Navigation
API > API/Plugins > API/Plugins/ChooserEditor
| Name | FNoPrimaryResultChooserInitializer |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/ChooserEditor/Public/ChooserInitializer.h |
| Include Path | #include "ChooserInitializer.h" |
Syntax
USTRUCT (DisplayName="No Primary Result Chooser",
Meta=(ToolTip="A ChooserTable for use in Blueprint, which returns no primary result but writes to outputs (useful if you are interested in returning only integral types like a float or string). Note: this table can't evaluate or nest other tables, and will set its outputs to the first row that matches (no 'multi' mode)."))
struct FNoPrimaryResultChooserInitializer : public FChooserInitializer
Inheritance Hierarchy
- FChooserInitializer → FNoPrimaryResultChooserInitializer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContextData | TArray< FInstancedStruct > | Parameter Objects or Structs from which the chooser can read or write properties. | ChooserInitializer.h |
|
Functions
Public
Overridden from FChooserInitializer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize
(
UChooserTable* Chooser |
ChooserInitializer.h |