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