Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RigEditor
Inheritance Hierarchy
- SCompoundWidget
- FEditorUndoClient
- SIKRigHierarchy
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/SIKRigHierarchy.h |
| Include | #include "RigEditor/SIKRigHierarchy.h" |
Syntax
class SIKRigHierarchy :
public SCompoundWidget,
public FEditorUndoClient
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddSelectedItemFromViewport
(
const FName& ItemName, |
||
| void | Construct
(
const FArguments& InArgs, |
||
| int32 | |||
| void | GetSelectedBoneChains
(
TArray< FBoneChain >& OutChains |
||
| void | GetSelectedBoneNames
(
TArray< FName >& OutSelectedBoneNames |
||
| void | GetSelectedBones
(
TArray< TSharedPtr< FIKRigTreeElement >>& OutBoneItems |
||
| void | GetSelectedGoalNames
(
TArray< FName >& OutSelectedGoalNames |
||
| void | GetSelectedGoals
(
TArray< TSharedPtr< FIKRigTreeElement >>& OutSelectedGoals |
||
| TArray< TSharedPtr< FIKRigTreeElement > > | |||
| bool | |||
| bool | IsBoneInSelection
(
TArray< TSharedPtr< FIKRigTreeElement >>& SelectedBoneItems, |
Selection state queries | |
| bool | IsElementConnectedToAnySolver
(
TWeakPtr< FIKRigTreeElement > TreeElement |
Determine if the element is connected to ANY solver | |
| bool | IsElementConnectedToSolver
(
TWeakPtr< FIKRigTreeElement > TreeElement, |
END selection state queries determine if the element is connected to the selected solver | |
| bool | IsElementExcludedBone
(
TWeakPtr< FIKRigTreeElement > TreeElement |
Determine if the element is an excluded bone | |
| bool | IsGoalSelected
(
const FName& GoalName |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |