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 FPCGStackFrame
Remarks
A single frame of a call stack, represented as a pointer to the associated object (graph/subgraph or node) or a loop index.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | LoopIndex | ||
| TWeakObjectPtr< const UObject > | Object | A valid frame should either point to an object or have a loop index >= 0. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGStackFrame
(
TWeakObjectPtr< const UObject > InObject |
|||
FPCGStackFrame
(
int32 InLoopIndex |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FPCGStackFrame& Other |
||
| bool | operator==
(
const FPCGStackFrame& Other |