Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SSkeletonBoneRemoval
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSkeletonBoneRemoval::FArguments
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h |
| Include | #include "SSkeletonWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSkeletonBoneRemoval >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | BonesToRemove
(
TArray< FName > InArg |
The bones to remove (for list display) | |
| WidgetArgsType & | WarningMessage
(
FText InArg |
Message to display to the user | |
| WidgetArgsType & | WidgetWindow
(
TSharedPtr< SWindow > InArg |
The window this panel has been placed in |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |