VisualGraphUtils.Object.LogClassNames
VisualGraphUtils.Object.LogClassNames
#Overview
name: VisualGraphUtils.Object.LogClassNames
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Logs all class path names given a partial name
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Developer/VisualGraphUtils/Private/VisualGraphObjectUtils.cpp:21
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorldAndArgs FCmdVisualGraphUtilsLogClassNames
(
TEXT("VisualGraphUtils.Object.LogClassNames"),
TEXT("Logs all class path names given a partial name"),
FConsoleCommandWithWorldAndArgsDelegate::CreateLambda([](const TArray<FString>& InParams, UWorld* InWorld)
{
if(InParams.Num() == 0)
{
UE_LOG(LogVisualGraphUtils, Error, TEXT("Unsufficient parameters. Command usage:"));