Navigation
API > API/Plugins > API/Plugins/IKRigEditor
| Name | SIKRetargetHierarchyRow |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SIKRetargetHierarchy.h |
| Include Path | #include "RetargetEditor/SIKRetargetHierarchy.h" |
Syntax
class SIKRetargetHierarchyRow : public SMultiColumnTableRow< TSharedPtr< FIKRetargetHierarchyElement > >
Inheritance Hierarchy
- SMultiColumnTableRow< TSharedPtr< FIKRetargetHierarchyElement > > → SIKRetargetHierarchyRow
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditorController | TWeakPtr< FIKRetargetEditorController > | RetargetEditor/SIKRetargetHierarchy.h | ||
| OwnerTable | TSharedPtr< STableViewBase > | RetargetEditor/SIKRetargetHierarchy.h | ||
| WeakTreeElement | TWeakPtr< FIKRetargetHierarchyElement > | RetargetEditor/SIKRetargetHierarchy.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
RetargetEditor/SIKRetargetHierarchy.h | ||
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName |
Overridden from SMultiColumnTableRow. Generates a widget for this column of the list view. | RetargetEditor/SIKRetargetHierarchy.h |