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