Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FOutputBoolColumn |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/OutputBoolColumn.h |
| Include Path | #include "OutputBoolColumn.h" |
Syntax
USTRUCT (DisplayName="Output Bool",
Meta=(Category="Output", ToolTip="A column which writes a Bool value."))
struct FOutputBoolColumn : public FChooserColumnBase
Inheritance Hierarchy
- FChooserColumnBase → FOutputBoolColumn
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOutputBoolColumn() |
OutputBoolColumn.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFallbackValue | bool | FallbackValue will be used as the output value if the all rows in the chooser fail, and the FallbackResult from the chooser is used. | OutputBoolColumn.h | |
| DefaultRowValue | bool | OutputBoolColumn.h |
|
|
| InputValue | FInstancedStruct | OutputBoolColumn.h |
|
|
| RowValues | TArray< bool > | OutputBoolColumn.h | ||
| TestValue | bool | OutputBoolColumn.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetValueForIndex
(
int32 Index |
OutputBoolColumn.h | ||
bool & GetValueForIndex
(
int32 Index |
OutputBoolColumn.h |
Public Virtual
Overridden from FChooserColumnBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddToDetails
(
FInstancedPropertyBag& PropertyBag, |
OutputBoolColumn.h | ||
virtual void CopyFallback
(
FChooserColumnBase& SourceColumn |
OutputBoolColumn.h | ||
virtual void CopyRow
(
FChooserColumnBase& SourceColumn, |
OutputBoolColumn.h | ||
virtual void DeleteRows
(
TArrayView< int > RowIndices |
OutputBoolColumn.h | ||
virtual UScriptStruct * GetInputBaseType() |
OutputBoolColumn.h | ||
virtual const UScriptStruct * GetInputType() |
OutputBoolColumn.h | ||
virtual FChooserParameterBase * GetInputValue() |
OutputBoolColumn.h | ||
virtual FInstancedStruct * GetInputValuePtr() |
OutputBoolColumn.h | ||
virtual bool HasFilters() |
OutputBoolColumn.h | ||
virtual bool HasOutputs() |
OutputBoolColumn.h | ||
virtual void InsertRows
(
int Index, |
OutputBoolColumn.h | ||
virtual void MoveRow
(
int SourceRowIndex, |
OutputBoolColumn.h | ||
virtual FName RowValuesPropertyName() |
OutputBoolColumn.h | ||
virtual void SetFromDetails
(
FInstancedPropertyBag& PropertyBag, |
OutputBoolColumn.h | ||
virtual void SetInputType
(
const UScriptStruct* Type |
OutputBoolColumn.h | ||
virtual void SetNumRows
(
int32 NumRows |
OutputBoolColumn.h | ||
virtual void SetOutputs
(
FChooserEvaluationContext& Context, |
OutputBoolColumn.h |