Navigation
API > API/Plugins > API/Plugins/IKRigEditor
Builds an UI element representing a single op
| Name | SRetargetOpItem |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SRetargetOpStack.h |
| Include Path | #include "RetargetEditor/SRetargetOpStack.h" |
Syntax
class SRetargetOpItem : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SRetargetOpItem
- FSlateControlledConstruction → SWidget → SCompoundWidget → SRetargetOpItem
Structs
| Name | Remarks |
|---|---|
| FArguments |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OpHorizontalPadding | float | RetargetEditor/SRetargetOpStack.h | |
| OpVerticalPadding | float | RetargetEditor/SRetargetOpStack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditNameWidget | TSharedPtr< SInlineEditableTextBlock > | RetargetEditor/SRetargetOpStack.h | ||
| Element | TWeakPtr< FRetargetOpStackElement > | RetargetEditor/SRetargetOpStack.h | ||
| ListView | TWeakPtr< SRetargetOpList > | RetargetEditor/SRetargetOpStack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
RetargetEditor/SRetargetOpStack.h | ||
FText GetName() |
RetargetEditor/SRetargetOpStack.h | ||
void OnNameCommitted
(
const FText& InText, |
RENAMING op. | RetargetEditor/SRetargetOpStack.h |