Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGEditorGraph * GetPCGEditorGraph () |
Get the PCG editor graph being edited. | PCGEditor.h | |
static UPCGEditorGraph * GetPCGEditorGraph
(
UPCGGraph* InGraph |
Gets/Creates the PCG graph editor for a given PCG graph | PCGEditor.h | |
static UPCGEditorGraph * GetPCGEditorGraph
(
const UPCGNode* InNode |
PCGEditor.h | ||
static UPCGEditorGraph * GetPCGEditorGraph
(
const UPCGSettings* InSettings |
PCGEditor.h |
GetPCGEditorGraph()
Description
Get the PCG editor graph being edited.
| Name | GetPCGEditorGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditor.cpp |
UPCGEditorGraph * GetPCGEditorGraph()
GetPCGEditorGraph(UPCGGraph *)
Description
Gets/Creates the PCG graph editor for a given PCG graph
| Name | GetPCGEditorGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditor.cpp |
static UPCGEditorGraph * GetPCGEditorGraph
(
UPCGGraph * InGraph
)
GetPCGEditorGraph(const UPCGNode *)
| Name | GetPCGEditorGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditor.cpp |
static UPCGEditorGraph * GetPCGEditorGraph
(
const UPCGNode * InNode
)
GetPCGEditorGraph(const UPCGSettings *)
| Name | GetPCGEditorGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditor.cpp |
static UPCGEditorGraph * GetPCGEditorGraph
(
const UPCGSettings * InSettings
)