Navigation
Unreal Engine C++ API Reference > Developer > VisualGraphUtils
Inheritance Hierarchy
- FVisualGraphElement
References
Module | VisualGraphUtils |
Header | /Engine/Source/Developer/VisualGraphUtils/Public/VisualGraphElement.h |
Include | #include "VisualGraphElement.h" |
Syntax
class FVisualGraphElement
Variables
Type | Name | Description |
---|---|---|
TOptional< FLin... | Color | |
TOptional< FNam... | DisplayName | |
int32 | Index | |
FName | Name | |
TOptional< EVis... | Style | |
TOptional< FStr... | Tooltip |
Constructors
Type | Name | Description |
---|---|---|
FVisualGraphElement () |
Destructors
Type | Name | Description |
---|---|---|
~FVisualGraphElement () |
Functions
Type | Name | Description |
---|---|---|
FString | DumpDot ( const FVisualGraph* InGraph, int32 InIndendation ) | |
FString | DumpDotColor ( const TOptional< FLinearColor >& I... ) | |
FString | DumpDotIndentation ( int32 InIndentation ) | FVisualGraphElement. |
FString | DumpDotShape ( const TOptional< EVisualGraphShape ... ) | |
FString | DumpDotStyle ( const TOptional< EVisualGraphStyle ... ) | |
TOptional< F... | GetColor () | |
FName | GetDisplayName () | |
int32 | GetIndex () | |
FName | GetName () | |
TOptional< E... | GetStyle () | |
TOptional< F... | GetTooltip () | |
void | SetColor ( FLinearColor InValue ) | |
void | SetStyle ( EVisualGraphStyle InValue ) | |
void | SetTooltip ( const FString& InTooltip ) |