Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Graph
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Graph/PCGStackContext.h |
| Include | #include "Graph/PCGStackContext.h" |
Syntax
USTRUCT&40;&41;
struct FPCGStack
Remarks
A call stack, represented as an array of stack frames.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CreateStackFramePath
(
FString& OutString, |
Construct a string version of this stack. Postfixed by optional node/pin if provided. | |
| const TArray< FPCGStackFrame > & | |||
| TArray< FPCGStackFrame > & | |||
| void | PopFrame () |
Pop frame from the stack. | |
| void | PushFrame
(
const FPCGStackFrame& InFrame |
Push frame onto top of stack. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FPCGStack& Other |
||
| bool | operator==
(
const FPCGStack& Other |