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 |
|---|---|---|---|---|
| AllowedStructs | TArray< TSoftObjectPtr< const UScriptStruct > > | The array of allowed structs (additionally to the meta-data) | SInstancedStructPicker.h | |
| bCanChangeStructType | bool | Can we change the struct type at all? (controlled by the "StructTypeConst" meta-data) | SInstancedStructPicker.h | |
| ComboButton | TSharedPtr< SComboButton > | SInstancedStructPicker.h | ||
| DisallowedStructs | TArray< TSoftObjectPtr< const UScriptStruct > > | The array of disallowed structs (additionally to the meta-data) | SInstancedStructPicker.h | |
| PropUtils | TSharedPtr< IPropertyUtilities > | SInstancedStructPicker.h | ||
| StructProperty | TSharedPtr< IPropertyHandle > | SInstancedStructPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanChangeStructType() |
SInstancedStructPicker.h | ||
void Construct
(
const FArguments& InArgs, |
SInstancedStructPicker.h | ||
const UScriptStruct * GetBaseScriptStruct() |
SInstancedStructPicker.h |