Navigation
API > API/Developer > API/Developer/VisualGraphUtils
| Name | FVisualGraphElement |
| Type | class |
| Header File | /Engine/Source/Developer/VisualGraphUtils/Public/VisualGraphElement.h |
| Include Path | #include "VisualGraphElement.h" |
Syntax
class FVisualGraphElement
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisualGraphElement() |
VisualGraphElement.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVisualGraphElement() |
VisualGraphElement.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< FLinearColor > GetColor() |
VisualGraphElement.h | ||
FName GetDisplayName() |
VisualGraphElement.h | ||
int32 GetIndex() |
VisualGraphElement.h | ||
FName GetName() |
VisualGraphElement.h | ||
TOptional< EVisualGraphStyle > GetStyle() |
VisualGraphElement.h | ||
| VisualGraphElement.h | |||
void SetColor
(
FLinearColor InValue |
VisualGraphElement.h | ||
void SetStyle
(
EVisualGraphStyle InValue |
VisualGraphElement.h | ||
void SetTooltip
(
const FString& InTooltip |
VisualGraphElement.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString DumpDot
(
const FVisualGraph* InGraph, |
VisualGraphElement.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString DumpDotColor
(
const TOptional< FLinearColor >& InColor |
VisualGraphElement.h | ||
static FString DumpDotIndentation
(
int32 InIndentation |
FVisualGraphElement. | VisualGraphElement.h | |
static FString DumpDotShape
(
const TOptional< EVisualGraphShape >& InShape |
VisualGraphElement.h | ||
static FString DumpDotStyle
(
const TOptional< EVisualGraphStyle >& InStyle |
VisualGraphElement.h |