SPropertyFlags
Flags for an SProperty.
32 bit-field enum.
enum SPropertyFlags_
Valid flags
SPropertyFlags_None = 0,
// NOTE: ReadOnlyInEditor is only available with the editor
SPropertyFlags_ReadOnlyInEditor = BIT( 0 ),
// Help out the build tool, if a Saturn type is in the namespace.
SPropertyFlags_UsingSaturnNamespace = BIT( 1 ),