Navigation
API > API/Plugins > API/Plugins/Chooser
References
| Module | Chooser |
| Header | /Engine/Plugins/Chooser/Source/Chooser/Public/IObjectChooser.h |
| Include | #include "IObjectChooser.h" |
Syntax
USTRUCT ()
struct FObjectChooserBase
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| EIteratorStatus | ChooseMulti
(
FChooserEvaluationContext& ContextData, |
||
| UObject * | ChooseObject
(
FChooserEvaluationContext& Context |
||
| void | Compile
(
IHasContextClass* HasContext, |
||
| void | GetDebugName
(
FString& OutDebugName |
||
| UObject * | For implementations with a reference to an asset or other object, get the object for use in editor | ||
| bool | HasCompileErrors
(
FText& Message |
||
| EIteratorStatus | IterateObjects
(
FObjectChooserIteratorCallback Callback |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EIteratorStatus |
Typedefs
| Name | Description |
|---|---|
| FObjectChooserIteratorCallback |