Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FPCGStackSharedPtr > GetExecutedStacksPtrs
(
const FPCGStack& BeginningWithStack |
Get a list of stacks that were executed during the last execution. | Editor/IPCGEditorModule.h | |
TArray< FPCGStackSharedPtr > GetExecutedStacksPtrs
(
const UPCGComponent* InComponent, |
Editor/IPCGEditorModule.h |
GetExecutedStacksPtrs(const FPCGStack &)
Description
Get a list of stacks that were executed during the last execution.
| Name | GetExecutedStacksPtrs |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Editor/IPCGEditorModule.h |
| Include Path | #include "Editor/IPCGEditorModule.h" |
TArray < FPCGStackSharedPtr > GetExecutedStacksPtrs
(
const FPCGStack & BeginningWithStack
)
GetExecutedStacksPtrs(const UPCGComponent , const UPCGGraph , bool)
| Name | GetExecutedStacksPtrs |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Editor/IPCGEditorModule.h |
| Include Path | #include "Editor/IPCGEditorModule.h" |
TArray < FPCGStackSharedPtr > GetExecutedStacksPtrs
(
const UPCGComponent * InComponent,
const UPCGGraph * InSubgraph,
bool bOnlyWithSubgraphAsCurrentFrame
)