Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FEnumColumn |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/EnumColumn.h |
| Include Path | #include "EnumColumn.h" |
Syntax
USTRUCT (DisplayName="Enum",
Meta=(Category="Filter", ToolTip="A column that filters rows based on the value of an Enum, with Equal Not Equal, or Any as cell comparison options."))
struct FEnumColumn : public FEnumColumnBase
Inheritance Hierarchy
- FChooserColumnBase → FEnumColumnBase → FEnumColumn
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEnumColumn() |
EnumColumn.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultRowValue | FChooserEnumRowData | EnumColumn.h |
|
|
| InputValue | FInstancedStruct | EnumColumn.h |
|
|
| RowValues | TArray< FChooserEnumRowData > | Array of results (cells for this column for each row in the table) should match the length of the Results array | EnumColumn.h | |
| TestValue | uint8 | EnumColumn.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UEnum * GetEnum() |
EnumColumn.h |
Public Virtual
Overridden from FEnumColumnBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EnumChanged
(
const UEnum* Enum |
EnumColumn.h |
Overridden from FChooserColumnBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddToDetails
(
FInstancedPropertyBag& PropertyBag, |
EnumColumn.h | ||
virtual void CopyRow
(
FChooserColumnBase& SourceColumn, |
EnumColumn.h | ||
virtual void DeleteRows
(
TArrayView< int > RowIndices |
EnumColumn.h | ||
virtual bool EditorTestFilter
(
int32 RowIndex |
EnumColumn.h | ||
virtual void Filter
(
FChooserEvaluationContext& Context, |
EnumColumn.h | ||
virtual UScriptStruct * GetInputBaseType() |
EnumColumn.h | ||
virtual const UScriptStruct * GetInputType() |
EnumColumn.h | ||
virtual FChooserParameterBase * GetInputValue() |
EnumColumn.h | ||
virtual FInstancedStruct * GetInputValuePtr() |
EnumColumn.h | ||
virtual void InsertRows
(
int Index, |
EnumColumn.h | ||
virtual void MoveRow
(
int SourceRowIndex, |
EnumColumn.h | ||
virtual void PostLoad() |
EnumColumn.h | ||
virtual FName RowValuesPropertyName() |
EnumColumn.h | ||
virtual void SetFromDetails
(
FInstancedPropertyBag& PropertyBag, |
EnumColumn.h | ||
virtual void SetInputType
(
const UScriptStruct* Type |
EnumColumn.h | ||
virtual void SetNumRows
(
int32 NumRows |
EnumColumn.h | ||
virtual void SetTestValue
(
TArrayView< const uint8 > Value |
EnumColumn.h |