Navigation
API > API/Plugins > API/Plugins/PlainPropsUObject
| |
|
| Name |
PlainProps::UE::ERoundtrip |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/PlainPropsUObject/Source/Public/PlainPropsRoundtripTest.h |
| Include Path |
#include "PlainPropsRoundtripTest.h" |
Syntax
namespace PlainProps
{
namespace UE
{
enum ERoundtrip
{
None = 0,
PP = 1 << 0,
TPS = 1 << 1,
UPS = 1 << 2,
TextMemory = 1 << 3,
TextStable = 1 << 4,
JSON = 1 << 5,
}
}
}
Values
| Name |
Remarks |
| None |
|
| PP |
|
| TPS |
|
| UPS |
|
| TextMemory |
|
| TextStable |
|
| JSON |
|