Navigation
API > API/Plugins > API/Plugins/IKRigEditor
| Name | SIKRetargetHierarchy |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SIKRetargetHierarchy.h |
| Include Path | #include "RetargetEditor/SIKRetargetHierarchy.h" |
Syntax
class SIKRetargetHierarchy :
public SCompoundWidget,
public FEditorUndoClient
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SIKRetargetHierarchy
- FSlateControlledConstruction → SWidget → SCompoundWidget → SIKRetargetHierarchy
- FEditorUndoClient → SIKRetargetHierarchy
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllElements | TArray< TSharedPtr< FIKRetargetHierarchyElement > > | RetargetEditor/SIKRetargetHierarchy.h | ||
| CommandList | TSharedPtr< FUICommandList > | Command list we bind to | RetargetEditor/SIKRetargetHierarchy.h | |
| EditorController | TWeakPtr< FIKRetargetEditorController > | Centralized editor controls (facilitate cross-communication between multiple UI elements) | RetargetEditor/SIKRetargetHierarchy.h | |
| EditPoseView | TSharedPtr< SIKRetargetPoseEditor > | Edit pose widget | RetargetEditor/SIKRetargetHierarchy.h | |
| FIKRetargetEditorController | friend | RetargetEditor/SIKRetargetHierarchy.h | ||
| FilterOptions | FRetargetHierarchyFilterOptions | RetargetEditor/SIKRetargetHierarchy.h | ||
| RootElements | TArray< TSharedPtr< FIKRetargetHierarchyElement > > | RetargetEditor/SIKRetargetHierarchy.h | ||
| SIKRetargetHierarchyRow | friend | END tree view callbacks | RetargetEditor/SIKRetargetHierarchy.h | |
| TextFilter | TSharedPtr< FTextFilterExpressionEvaluator > | RetargetEditor/SIKRetargetHierarchy.h | ||
| TreeView | TSharedPtr< SIKRetargetHierarchyTreeView > | Tree view widget | RetargetEditor/SIKRetargetHierarchy.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
RetargetEditor/SIKRetargetHierarchy.h | ||
void RefreshPoseList() |
RetargetEditor/SIKRetargetHierarchy.h | ||
void ShowItemAfterSelection
(
FName ItemKey |
RetargetEditor/SIKRetargetHierarchy.h |