Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FBoolColumn |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/BoolColumn.h |
| Include Path | #include "BoolColumn.h" |
Syntax
USTRUCT (DisplayName="Bool",
Meta=(Category="Filter", ToolTip="A column that filters rows based on the value of a Bool."))
struct FBoolColumn : public FChooserColumnBase
Inheritance Hierarchy
- FChooserColumnBase → FBoolColumn
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBoolColumn() |
BoolColumn.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultRowValue | EBoolColumnCellValue | BoolColumn.h |
|
|
| InputValue | FInstancedStruct | BoolColumn.h |
|
|
| RowValuesWithAny | TArray< EBoolColumnCellValue > | BoolColumn.h |
|
|
| TestValue | bool | BoolColumn.h |
Functions
Public
Public Virtual
Overridden from FChooserColumnBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddToDetails
(
FInstancedPropertyBag& PropertyBag, |
BoolColumn.h | ||
virtual void CopyRow
(
FChooserColumnBase& SourceColumn, |
BoolColumn.h | ||
virtual void DeleteRows
(
TArrayView< int > RowIndices |
BoolColumn.h | ||
virtual bool EditorTestFilter
(
int32 RowIndex |
BoolColumn.h | ||
virtual void Filter
(
FChooserEvaluationContext& Context, |
BoolColumn.h | ||
virtual UScriptStruct * GetInputBaseType() |
BoolColumn.h | ||
virtual const UScriptStruct * GetInputType() |
BoolColumn.h | ||
virtual FChooserParameterBase * GetInputValue() |
BoolColumn.h | ||
virtual FInstancedStruct * GetInputValuePtr() |
BoolColumn.h | ||
virtual void InsertRows
(
int Index, |
BoolColumn.h | ||
virtual void MoveRow
(
int SourceRowIndex, |
BoolColumn.h | ||
virtual void PostLoad() |
BoolColumn.h | ||
virtual FName RowValuesPropertyName() |
BoolColumn.h | ||
virtual void SetFromDetails
(
FInstancedPropertyBag& PropertyBag, |
BoolColumn.h | ||
virtual void SetInputType
(
const UScriptStruct* Type |
BoolColumn.h | ||
virtual void SetNumRows
(
int32 NumRows |
BoolColumn.h | ||
virtual void SetTestValue
(
TArrayView< const uint8 > Value |
BoolColumn.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RowValues_DEPRECATED | TArray< bool > | BoolColumn.h |