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