Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< int32 > & GetInstructionsForVM
(
URigVM* InVM, |
RigVMModel/RigVMNode.h | ||
const TArray< int32 > & GetInstructionsForVM
(
const FRigVMExtendedExecuteContext& Context, |
Returns the indices of associated instructions for this node. | RigVMModel/RigVMNode.h |
GetInstructionsForVM(URigVM *, const FRigVMASTProxy &)
| Name | GetInstructionsForVM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMNode.h |
| Include Path | #include "RigVMModel/RigVMNode.h" |
const TArray < int32 > & GetInstructionsForVM
(
URigVM * InVM,
const FRigVMASTProxy & InProxy
) const
GetInstructionsForVM(const FRigVMExtendedExecuteContext &, URigVM *, const FRigVMASTProxy &)
Description
Returns the indices of associated instructions for this node.
| Name | GetInstructionsForVM |
| 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 |
const TArray < int32 > & GetInstructionsForVM
(
const FRigVMExtendedExecuteContext & Context,
URigVM * InVM,
const FRigVMASTProxy & InProxy
) const