Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | EBoolColumnCellValue |
| Type | enum |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/BoolColumn.h |
| Include Path | #include "BoolColumn.h" |
Syntax
enum EBoolColumnCellValue
{
MatchFalse = 0,
MatchTrue = 1,
MatchAny = 2,
}
Values
| Name | Remarks |
|---|---|
| MatchFalse | |
| MatchTrue | |
| MatchAny |