Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< FPCGStackSharedPtr > GetExecutedStacksPtrs
(
const FPCGStack& BeginningWithStack |
PCGEditorModule.h | ||
virtual TArray< FPCGStackSharedPtr > GetExecutedStacksPtrs
(
const IPCGGraphExecutionSource* InSource, |
PCGEditorModule.h |
GetExecutedStacksPtrs(const FPCGStack &)
| Name | GetExecutedStacksPtrs |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditorModule.h |
| Include Path | #include "PCGEditorModule.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditorModule.cpp |
virtual TArray < FPCGStackSharedPtr > GetExecutedStacksPtrs
(
const FPCGStack & BeginningWithStack
)
GetExecutedStacksPtrs(const IPCGGraphExecutionSource , const UPCGGraph , bool)
| Name | GetExecutedStacksPtrs |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditorModule.h |
| Include Path | #include "PCGEditorModule.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditorModule.cpp |
virtual TArray < FPCGStackSharedPtr > GetExecutedStacksPtrs
(
const IPCGGraphExecutionSource * InSource,
const UPCGGraph * InSubgraph,
bool bOnlyWithSubgraphAsCurrentFrame
)