Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMEdGraphDisplaySettings
Syntax
UPROPERTY (EditAnywhere, Category="Graph Display Settings")
int32 NodeRunLimit
Remarks
A upper limit for counts for nodes used for debugging. If a node reaches this count a warning will be issued for the node and displayed both in the execution stack as well as in the graph. Setting this to <= 1 disables the warning. Note: The count limit doesn't apply to functions / collapse nodes.