Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVM
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetInstructionMicroSeconds
(
int32 InIndex |
RigVMCore/RigVM.h | ||
double GetInstructionMicroSeconds
(
const FRigVMExtendedExecuteContext& Context, |
Returns accumulated duration of the instruction in microseconds during the last run Note: this requires bEnabledProfiling to be turned on in the runtime settings. | RigVMCore/RigVM.h |
GetInstructionMicroSeconds(int32)
| Name | GetInstructionMicroSeconds |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
double GetInstructionMicroSeconds
(
int32 InIndex
) const
GetInstructionMicroSeconds(const FRigVMExtendedExecuteContext &, int32)
Description
Returns accumulated duration of the instruction in microseconds during the last run Note: this requires bEnabledProfiling to be turned on in the runtime settings. If there is no information available this function returns -1.0.
| Name | GetInstructionMicroSeconds |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
double GetInstructionMicroSeconds
(
const FRigVMExtendedExecuteContext & Context,
int32 InIndex
) const