Navigation
API > API/Editor > API/Editor/StructUtilsEditor
| Name | SInstancedStructPicker |
| Type | class |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/SInstancedStructPicker.h |
| Include Path | #include "SInstancedStructPicker.h" |
Syntax
class SInstancedStructPicker : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SInstancedStructPicker
- FSlateControlledConstruction → SWidget → SCompoundWidget → SInstancedStructPicker
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnStructPicked | FOnStructPicked | SInstancedStructPicker.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseScriptStruct | TWeakObjectPtr< UScriptStruct > | The base struct that we're allowing to be picked (controlled by the "BaseStruct" meta-data) | SInstancedStructPicker.h | |
| ComboButton | TSharedPtr< SComboButton > | SInstancedStructPicker.h | ||
| PropUtils | TSharedPtr< IPropertyUtilities > | SInstancedStructPicker.h | ||
| StructProperty | TSharedPtr< IPropertyHandle > | SInstancedStructPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SInstancedStructPicker.h |