Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGStackContext
Description
Create a new stack and create a frame from the provided object (typically graph or node pointer). Returns index of newly added stack.
| Name | PushFrame |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/PCGStackContext.h |
| Include Path | #include "Graph/PCGStackContext.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Graph/PCGStackContext.cpp |
int32 PushFrame
(
const UObject * InFrameObject
)