Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | EGameplayTagMatchDirection |
| Type | enum |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/GameplayTagColumn.h |
| Include Path | #include "GameplayTagColumn.h" |
Syntax
enum EGameplayTagMatchDirection
{
RowValueInInput,
InputInRowValue,
}
Values
| Name | Remarks |
|---|---|
| RowValueInInput | Row will pass if the Column Input Tags contains the Row Tag(s) |
| InputInRowValue | Row will pass if the Row Tags contain the Column Input Tag(s) |