Navigation
API > API/Plugins > API/Plugins/Chooser > API/Plugins/Chooser/FChooserColumnBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetOutputs
(
FChooserEvaluationContext& Context, |
IChooserColumn.h | ||
virtual void SetOutputs
(
FChooserEvaluationContext& Context, |
Experimental, this feature might be removed without warning, not for production use. | IChooserColumn.h |
SetOutputs(FChooserEvaluationContext &, int)
| Name | SetOutputs |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/IChooserColumn.h |
| Include Path | #include "IChooserColumn.h" |
virtual void SetOutputs
(
FChooserEvaluationContext & Context,
int RowIndex
) const
SetOutputs(FChooserEvaluationContext &, int, TArrayView< uint8 >)
Description
Experimental, this feature might be removed without warning, not for production use.
| Name | SetOutputs |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/IChooserColumn.h |
| Include Path | #include "IChooserColumn.h" |
virtual void SetOutputs
(
FChooserEvaluationContext & Context,
int RowIndex,
TArrayView< uint8 > ScratchArea
) const