Navigation
API > API/Plugins > API/Plugins/UAFTestData
Old-style enum for TEnumAsByte / FByteProperty testing.
| Name | EUAFTestByteEnum::Type |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFTestData/Public/UAFTestVars.h |
| Include Path | #include "UAFTestVars.h" |
Syntax
namespace EUAFTestByteEnum
{
enum Type
{
ByteA = 0,
ByteB = 1,
ByteC = 2,
}
}
Values
| Name | Remarks |
|---|---|
| ByteA | |
| ByteB | |
| ByteC |