Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FControlRigStats |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigProfiling.h |
| Include Path | #include "ControlRigProfiling.h" |
Syntax
struct FControlRigStats
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlRigStats() |
ControlRigProfiling.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Counters | TMap< FName, double > | ControlRigProfiling.h | ||
| Enabled | bool | ControlRigProfiling.h | ||
| Stack | TArray< FName > | ControlRigProfiling.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
ControlRigProfiling.h | ||
void Dump() |
ControlRigProfiling.h | ||
void ReleaseCounter() |
ControlRigProfiling.h | ||
double & RetainCounter
(
const TCHAR* Key |
ControlRigProfiling.h | ||
double & RetainCounter
(
const FName& Key |
ControlRigProfiling.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FControlRigStats & Get() |
ControlRigProfiling.h |