Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Animation/ControlRig/Source/ControlRigDeveloper/Public/ControlRigBlueprint.h |
Include |
#include "ControlRigBlueprint.h" |
USTRUCT()
struct FRigGraphDisplaySettings
Name | Description | ||
---|---|---|---|
|
bAutoDetermineRange |
||
|
bShowNodeRunCounts |
When enabled shows the node counts both in the graph view as we as in the execution stack window. |
|
|
double |
LastMaxMicroSeconds |
|
|
double |
LastMinMicroSeconds |
|
|
MaxDurationColor |
The color of the slowest instruction / node. |
|
|
double |
MaxMicroSeconds |
The duration in microseconds of the slowest instruction / node. |
|
MinDurationColor |
The color of the fastest instruction / node. |
|
|
double |
MinMicroSeconds |
The duration in microseconds of the fastest instruction / node. |
|
NodeRunLimit |
A upper limit for counts for nodes used for debugging. |
|
|
NodeRunLowerBound |
A lower limit for counts for nodes used for debugging. |
|
|
double |
TotalMicroSeconds |
The total duration of the last execution of the rig. |
Name | Description | |
---|---|---|
|
FRigGraphDisplaySettings() |