Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyElements.h |
| Include | #include "Rigs/RigHierarchyElements.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigCurrentAndInitialDirtyState
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigLocalAndGlobalDirtyState | Current | ||
| FRigLocalAndGlobalDirtyState | Initial |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool & | GetDirtyFlag
(
const ERigTransformType::Type InTransformType |
||
| const bool & | GetDirtyFlag
(
const ERigTransformType::Type InTransformType |
||
| bool | IsDirty
(
const ERigTransformType::Type InTransformType |
||
| void | MarkClean
(
const ERigTransformType::Type InTransformType |
||
| void | MarkDirty
(
const ERigTransformType::Type InTransformType |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRigCurrentAndInitialDirtyState & | operator=
(
const FRigCurrentAndInitialDirtyState& InOther |