Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVM
Description
Returns accumulated cycles spent in a callable during the last run This requires bEnabledProfiling to be turned on in the runtime settings. If there is no information available this function returns UINT64_MAX.
| Name | GetCallableCycles |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
uint64 GetCallableCycles
(
const FRigVMExtendedExecuteContext & Context,
int32 InIndex
) const