Navigation
API > API/Plugins > API/Plugins/ChooserEditor > API/Plugins/ChooserEditor/FObjectChooserWidgetFactories
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< SWidget > CreateWidget
(
bool ReadOnly, |
ObjectChooserWidgetFactories.h | ||
static TSharedPtr< SWidget > CreateWidget
(
bool bReadOnly, |
ObjectChooserWidgetFactories.h | ||
static TSharedPtr< SWidget > CreateWidget
(
bool ReadOnly, |
ObjectChooserWidgetFactories.h |
CreateWidget(bool, UObject , void , const UStruct , UClass , FChooserWidgetValueChanged)
| Name | CreateWidget |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/ChooserEditor/Public/ObjectChooserWidgetFactories.h |
| Include Path | #include "ObjectChooserWidgetFactories.h" |
| Source | /Engine/Plugins/Chooser/Source/ChooserEditor/Private/ObjectChooserWidgetFactories.cpp |
static TSharedPtr< SWidget > CreateWidget
(
bool ReadOnly,
UObject * TransactionObject,
void * Value,
const UStruct * ValueType,
UClass * ResultBaseClass,
FChooserWidgetValueChanged ValueChanged
)
CreateWidget(bool, UObject , UScriptStruct , FInstancedStruct , UClass , FChooserWidgetValueChanged, FText)
| Name | CreateWidget |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/ChooserEditor/Public/ObjectChooserWidgetFactories.h |
| Include Path | #include "ObjectChooserWidgetFactories.h" |
| Source | /Engine/Plugins/Chooser/Source/ChooserEditor/Private/ObjectChooserWidgetFactories.cpp |
static TSharedPtr< SWidget > CreateWidget
(
bool bReadOnly,
UObject * TransactionObject,
UScriptStruct * DataBaseType,
FInstancedStruct * Data,
UClass * ResultBaseClass,
FChooserWidgetValueChanged ValueChanged,
FText NullValueDisplayText
)
CreateWidget(bool, UObject , const UScriptStruct , void , const UStruct , UClass , const FOnStructPicked &, TSharedPtr< SBorder > , FChooserWidgetValueChanged, FText)
| Name | CreateWidget |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/ChooserEditor/Public/ObjectChooserWidgetFactories.h |
| Include Path | #include "ObjectChooserWidgetFactories.h" |
| Source | /Engine/Plugins/Chooser/Source/ChooserEditor/Private/ObjectChooserWidgetFactories.cpp |
static TSharedPtr< SWidget > CreateWidget
(
bool ReadOnly,
UObject * TransactionObject,
const UScriptStruct * BaseType,
void * Value,
const UStruct * ValueType,
UClass * ResultBaseClass,
const FOnStructPicked & CreateClassCallback,
TSharedPtr< SBorder > * InnerWidget,
FChooserWidgetValueChanged ValueChanged,
FText NullValueDisplayText
)