Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs
Inheritance Hierarchy
- FRigBaseElement
- FRigCurveElement
- FRigTransformElement
- FRigMultiParentElement
- FRigControlElement
- FRigNullElement
- FRigSingleParentElement
- FRigBoneElement
- FRigReferenceElement
- FRigRigidBodyElement
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyElements.h |
| Include | #include "Rigs/RigHierarchyElements.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRigBaseElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSelected | ||
| FRigBaseElementChildrenArray | CachedChildren | ||
| int32 | CreatedAtInstructionIndex | ||
| int32 | Index | ||
| FRigElementKey | Key | ||
| TArray< FRigBaseMetadata * > | Metadata | ||
| FRigElementMetadataChangedDelegate | MetadataChangedDelegate | ||
| TMap< FName, int32 > | MetadataNameToIndex | ||
| FRigElementMetadataTagChangedDelegate | MetadataTagChangedDelegate | ||
| uint16 | MetadataVersion | ||
| FString | NameString | ||
| int32 | OwnedInstances | Used for constructing / destructing the memory. typically == 1 | |
| int32 | SubIndex | ||
| uint16 | TopologyVersion |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigBaseElement
(
const FRigBaseElement& InOther |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyFrom
(
URigHierarchy* InHierarchy, |
Helper function to be called as part of URigHierarchy::CopyHierarchy | |
| void | CopyPose
(
FRigBaseElement* InOther, |
||
| int32 | |||
| const FName & | |||
| UScriptStruct * | |||
| int32 | GetIndex () |
||
| const FRigElementKey & | GetKey () |
||
| FRigBaseMetadata * | GetMetadata
(
int32 InIndex |
||
| FRigBaseMetadata * | GetMetadata
(
const FName& InName |
||
| FRigBaseMetadata * | GetMetadata
(
const FName& InName, |
||
| int32 | |||
| const FName & | GetName () |
||
| const FString & | |||
| int32 | GetSubIndex () |
||
| ERigElementType | GetType () |
||
| bool | IsA () |
||
| bool | IsClassOf
(
const FRigBaseElement* InElement |
||
| bool | IsProcedural () |
||
| bool | IsSelected () |
||
| bool | IsTypeOf
(
ERigElementType InElementType |
||
| void | Load
(
FArchive& Ar, |
||
| void | NotifyMetadataChanged
(
const FName& InName |
||
| void | NotifyMetadataTagChanged
(
const FName& InTag, |
||
| int32 | NumMetadata () |
||
| bool | |||
| bool | RemoveMetadata
(
const FName& InName |
||
| void | Save
(
FArchive& Ar, |
||
| void | Serialize
(
FArchive& Ar, |
||
| bool | SetMetaData
(
const FName& InName, |
||
| FRigBaseMetadata * | SetupValidMetadata
(
const FName& InName, |
Sets up the metadata and ensures the right type |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRigBaseElement & | operator=
(
const FRigBaseElement& InOther |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESerializationPhase |