Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RigEditor
Inheritance Hierarchy
- TSharedFromThis
- FIKRigTreeElement
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/SIKRigHierarchy.h |
| Include | #include "RigEditor/SIKRigHierarchy.h" |
Syntax
class FIKRigTreeElement : public TSharedFromThis< FIKRigTreeElement >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsHidden | Determines if this item is filtered out of the view | |
| FName | BoneName | Name of bone if it is one | |
| FName | BoneSettingBoneName | Bone setting meta-data (if it is a bone setting) | |
| int32 | BoneSettingsSolverIndex | ||
| TArray< TSharedPtr< FIKRigTreeElement > > | Children | ||
| FName | EffectorGoalName | Effector meta-data (if it is an effector) | |
| int32 | EffectorIndex | ||
| IKRigTreeElementType | ElementType | ||
| FName | GoalName | Name of goal if it is one | |
| FText | Key | ||
| FOnRenameRequested | OnRenameRequested | ||
| TSharedPtr< FIKRigTreeElement > | Parent | ||
| TSharedPtr< FIKRigTreeElement > | UnFilteredParent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIKRigTreeElement
(
const FText& InKey, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetChainName () |
Get the name of the retarget chain this element belongs to (or NAME_None if not in a chain) | |
| TWeakObjectPtr< UObject > | GetObject () |
Get the underlying object | |
| void | Delegate for when the context menu requests a rename |
Typedefs
| Name | Description |
|---|---|
| FOnRenameRequested |