Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetInstructionVisitedCount
(
URigVM* InVM, |
RigVMModel/RigVMNode.h | ||
virtual int32 GetInstructionVisitedCount
(
const FRigVMExtendedExecuteContext& Context, |
Returns the number of visited / run instructions for this node. | RigVMModel/RigVMNode.h |
GetInstructionVisitedCount(URigVM *, const FRigVMASTProxy &)
| Name | GetInstructionVisitedCount |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMNode.h |
| Include Path | #include "RigVMModel/RigVMNode.h" |
virtual int32 GetInstructionVisitedCount
(
URigVM * InVM,
const FRigVMASTProxy & InProxy
) const
GetInstructionVisitedCount(const FRigVMExtendedExecuteContext &, URigVM *, const FRigVMASTProxy &)
Description
Returns the number of visited / run instructions for this node.
| Name | GetInstructionVisitedCount |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMNode.h |
| Include Path | #include "RigVMModel/RigVMNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMNode.cpp |
virtual int32 GetInstructionVisitedCount
(
const FRigVMExtendedExecuteContext & Context,
URigVM * InVM,
const FRigVMASTProxy & InProxy
) const