Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore > API/Plugins/RigVM/RigVMCore/FRigVMRuntimeSettings
Syntax
UPROPERTY (EditAnywhere, Category="VM")
bool bEnableProfiling
Remarks
When enabled records the timing of each instruction / node on each node and within the execution stack window. Keep in mind when looking at nodes in a function the duration represents the accumulated duration of all invocations of the function currently running.
Note: This can only be used when in Debug Mode. Click the "Release" button in the top toolbar to switch to Debug mode.