Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMASTProxy.h |
| Include | #include "RigVMCompiler/RigVMASTProxy.h" |
Syntax
class FRigVMCallstack
Remarks
A stack describing the model object which led to this invocation. Objects on the stack can be URigVMGraph or URigVMNode.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if the stack contains a given entry. | ||
| FString | GetCallPath
(
bool bIncludeLast |
Returns the path. | |
| FRigVMCallstack | GetCallStackUpTo
(
int32 InIndex |
||
| TArray< UObject * > | GetStack () |
||
| const UObject * | Last () |
Returns the last object in the callstack. | |
| int32 | Num () |
Returns the number of entries on this callstack. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRigVMCallstack& Other |
||
| const UObject * | operator[]
(
int32 InIndex |
Returns the element at a given index. | |
| bool | operator<
(
const FRigVMCallstack& Other |
||
| bool | operator==
(
const FRigVMCallstack& Other |
||
| bool | operator>
(
const FRigVMCallstack& Other |