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