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