Navigation
API > API/Plugins > API/Plugins/IKRigEditor
SListView item-type for a single retarget op.
| Name | FRetargetOpStackElement |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SRetargetOpStack.h |
| Include Path | #include "RetargetEditor/SRetargetOpStack.h" |
Syntax
class FRetargetOpStackElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Hidden constructors, always use Make above | RetargetEditor/SRetargetOpStack.h | ||
FRetargetOpStackElement
(
const int32 InIndexInStack, |
RetargetEditor/SRetargetOpStack.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnRenameRequested | TBaseDelegate_NoParams< void > | RetargetEditor/SRetargetOpStack.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnRenameRequested | FOnRenameRequested | RetargetEditor/SRetargetOpStack.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanHaveChildren | bool | RetargetEditor/SRetargetOpStack.h | ||
| ChildElements | TArray< FRetargetOpStackElement * > | RetargetEditor/SRetargetOpStack.h | ||
| IndexInStack | int32 | RetargetEditor/SRetargetOpStack.h | ||
| OpListWidget | TWeakPtr< SRetargetOpList > | RetargetEditor/SRetargetOpStack.h | ||
| ParentElement | FRetargetOpStackElement * | RetargetEditor/SRetargetOpStack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddChild
(
FRetargetOpStackElement* InChild |
RetargetEditor/SRetargetOpStack.h | ||
bool GetCanHaveChildren() |
RetargetEditor/SRetargetOpStack.h | ||
const TArray< FRetargetOpStackElement * > & GetChildren() |
RetargetEditor/SRetargetOpStack.h | ||
int32 GetIndexInStack() |
RetargetEditor/SRetargetOpStack.h | ||
FName GetName() |
RetargetEditor/SRetargetOpStack.h | ||
TWeakPtr< SRetargetOpList > GetOpList() |
RetargetEditor/SRetargetOpStack.h | ||
const FRetargetOpStackElement * GetParent() |
RetargetEditor/SRetargetOpStack.h | ||
const UScriptStruct * GetType() |
RetargetEditor/SRetargetOpStack.h | ||
void SetParent
(
FRetargetOpStackElement* InParentElement |
RetargetEditor/SRetargetOpStack.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FRetargetOpStackElement > Make
(
const int32 InOpIndex, |
RetargetEditor/SRetargetOpStack.h | ||
static TSharedRef< ITableRow > MakeListRowWidget
(
const TSharedRef< STableViewBase >& InOwnerTable, |
RetargetEditor/SRetargetOpStack.h |