Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FOutputEnumColumn |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/OutputEnumColumn.h |
| Include Path | #include "OutputEnumColumn.h" |
Syntax
USTRUCT (DisplayName="Output Enum",
Meta=(Category="Output", ToolTip="A column which writes an Enum value."))
struct FOutputEnumColumn : public FEnumColumnBase
Inheritance Hierarchy
- FChooserColumnBase → FEnumColumnBase → FOutputEnumColumn
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOutputEnumColumn() |
OutputEnumColumn.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultRowValue | FChooserOutputEnumRowData | OutputEnumColumn.h |
|
|
| FallbackValue | FChooserOutputEnumRowData | FallbackValue will be used as the output value if the all rows in the chooser fail, and the FallbackResult from the chooser is used. | OutputEnumColumn.h | |
| InputValue | FInstancedStruct | OutputEnumColumn.h |
|
|
| RowValues | TArray< FChooserOutputEnumRowData > | Array of results (cells for this column for each row in the table) should match the length of the Results array | OutputEnumColumn.h | |
| TestValue | uint8 | OutputEnumColumn.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UEnum * GetEnum() |
OutputEnumColumn.h | ||
const FChooserOutputEnumRowData & GetValueForIndex
(
int32 Index |
OutputEnumColumn.h | ||
FChooserOutputEnumRowData & GetValueForIndex
(
int32 Index |
OutputEnumColumn.h |
Public Virtual
Overridden from FEnumColumnBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EnumChanged
(
const UEnum* Enum |
OutputEnumColumn.h |
Overridden from FChooserColumnBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddToDetails
(
FInstancedPropertyBag& PropertyBag, |
OutputEnumColumn.h | ||
virtual void CopyFallback
(
FChooserColumnBase& SourceColumn |
OutputEnumColumn.h | ||
virtual void CopyRow
(
FChooserColumnBase& SourceColumn, |
OutputEnumColumn.h | ||
virtual void DeleteRows
(
TArrayView< int > RowIndices |
OutputEnumColumn.h | ||
virtual UScriptStruct * GetInputBaseType() |
OutputEnumColumn.h | ||
virtual const UScriptStruct * GetInputType() |
OutputEnumColumn.h | ||
virtual FChooserParameterBase * GetInputValue() |
OutputEnumColumn.h | ||
virtual FInstancedStruct * GetInputValuePtr() |
OutputEnumColumn.h | ||
virtual bool HasFilters() |
OutputEnumColumn.h | ||
virtual bool HasOutputs() |
OutputEnumColumn.h | ||
virtual void InsertRows
(
int Index, |
OutputEnumColumn.h | ||
virtual void MoveRow
(
int SourceRowIndex, |
OutputEnumColumn.h | ||
virtual void PostLoad() |
OutputEnumColumn.h | ||
virtual FName RowValuesPropertyName() |
OutputEnumColumn.h | ||
virtual void SetFromDetails
(
FInstancedPropertyBag& PropertyBag, |
OutputEnumColumn.h | ||
virtual void SetInputType
(
const UScriptStruct* Type |
OutputEnumColumn.h | ||
virtual void SetNumRows
(
int32 NumRows |
OutputEnumColumn.h | ||
virtual void SetOutputs
(
FChooserEvaluationContext& Context, |
OutputEnumColumn.h |