Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigSpaceHierarchy.h |
| Include | #include "Rigs/RigSpaceHierarchy.h" |
Syntax
USTRUCT ()
struct FRigSpaceHierarchy
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigSpaceHierarchy
(
FRigSpaceHierarchy&& InOther |
Pretty weird that this type is copy/move assignable (needed for USTRUCTs) but not copy/move constructible. | ||
FRigSpaceHierarchy
(
const FRigSpaceHierarchy& InOther |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRigSpace & | Add
(
const FName& InNewName, |
||
| TArray< FRigSpace >::RangedForIteratorType | begin () |
||
| TArray< FRigSpace >::RangedForConstIteratorType | begin () |
||
| TArray< FRigSpace >::RangedForIteratorType | end () |
||
| TArray< FRigSpace >::RangedForConstIteratorType | end () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRigSpaceHierarchy & | operator=
(
FRigSpaceHierarchy&& InOther |
||
| FRigSpaceHierarchy & | operator=
(
const FRigSpaceHierarchy& InOther |