Navigation
API > API/Plugins > API/Plugins/ChooserEditor > API/Plugins/ChooserEditor/FObjectChooserWidgetFactories
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterWidgetCreator
(
const UStruct* Type, |
ObjectChooserWidgetFactories.h | ||
static void RegisterWidgetCreator
(
const UStruct* Type, |
ObjectChooserWidgetFactories.h |
RegisterWidgetCreator(const UStruct *, FNewChooserWidgetCreator)
| Name | RegisterWidgetCreator |
| 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 void RegisterWidgetCreator
(
const UStruct * Type,
FNewChooserWidgetCreator Creator
)
RegisterWidgetCreator(const UStruct *, FChooserWidgetCreator)
| Name | RegisterWidgetCreator |
| 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 void RegisterWidgetCreator
(
const UStruct * Type,
FChooserWidgetCreator Creator
)