Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVM
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