Navigation
API > API/Editor > API/Editor/StructUtilsEditor > API/Editor/StructUtilsEditor/SInstancedStructPicker
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/SInstancedStructPicker.h |
| Include Path | #include "SInstancedStructPicker.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SInstancedStructPicker >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SInstancedStructPicker::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SInstancedStructPicker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SInstancedStructPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowedStructs
(
TArray< TSoftObjectPtr< const UScriptStruct > > InArg |
SInstancedStructPicker.h | ||
WidgetArgsType & DisallowedStructs
(
TArray< TSoftObjectPtr< const UScriptStruct > > InArg |
SInstancedStructPicker.h | ||
WidgetArgsType & OnStructPicked
(
const FOnStructPicked& InDelegate |
SInstancedStructPicker.h |