Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FMultiEnumColumn |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/MultiEnumColumn.h |
| Include Path | #include "MultiEnumColumn.h" |
Syntax
USTRUCT (DisplayName="Enum (Or)",
Meta=(Category="Filter", ToolTip="A column which filters rows using an Enum variable, where rows pass if the enum is one of any of the checked values."))
struct FMultiEnumColumn : public FChooserColumnBase
Inheritance Hierarchy
- FChooserColumnBase → FMultiEnumColumn
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMultiEnumColumn() |
MultiEnumColumn.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultRowValue | FChooserMultiEnumRowData | MultiEnumColumn.h |
|
|
| InputValue | FInstancedStruct | MultiEnumColumn.h |
|
|
| RowValues | TArray< FChooserMultiEnumRowData > | Array of results (cells for this column for each row in the table) should match the length of the Results array | MultiEnumColumn.h | |
| TestValue | uint8 | MultiEnumColumn.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UEnum * GetEnum() |
MultiEnumColumn.h |
Public Virtual
Overridden from FChooserColumnBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddToDetails
(
FInstancedPropertyBag& PropertyBag, |
MultiEnumColumn.h | ||
virtual void CopyRow
(
FChooserColumnBase& SourceColumn, |
MultiEnumColumn.h | ||
virtual void DeleteRows
(
TArrayView< int > RowIndices |
MultiEnumColumn.h | ||
virtual bool EditorTestFilter
(
int32 RowIndex |
MultiEnumColumn.h | ||
virtual void Filter
(
FChooserEvaluationContext& Context, |
MultiEnumColumn.h | ||
virtual UScriptStruct * GetInputBaseType() |
MultiEnumColumn.h | ||
virtual const UScriptStruct * GetInputType() |
MultiEnumColumn.h | ||
virtual FChooserParameterBase * GetInputValue() |
MultiEnumColumn.h | ||
virtual FInstancedStruct * GetInputValuePtr() |
MultiEnumColumn.h | ||
virtual void InsertRows
(
int Index, |
MultiEnumColumn.h | ||
virtual void MoveRow
(
int SourceRowIndex, |
MultiEnumColumn.h | ||
virtual void PostLoad() |
MultiEnumColumn.h | ||
virtual FName RowValuesPropertyName() |
MultiEnumColumn.h | ||
virtual void SetFromDetails
(
FInstancedPropertyBag& PropertyBag, |
MultiEnumColumn.h | ||
virtual void SetInputType
(
const UScriptStruct* Type |
MultiEnumColumn.h | ||
virtual void SetNumRows
(
int32 NumRows |
MultiEnumColumn.h | ||
virtual void SetTestValue
(
TArrayView< const uint8 > Value |
MultiEnumColumn.h |