Generic custom component payload. More...
#include <RadientScene.h>
Public Attributes | |
| RadientComponentTypeID | ComponentType = InvalidRadientComponentTypeID |
| Custom component type identifier. | |
| const Char * | Name = nullptr |
| Optional component name. | |
| const Char * | Schema = nullptr |
| Optional serialized data schema identifier. | |
| Uint32 | Version = 0 |
| Serialized data schema version. | |
| const void * | pData = nullptr |
| Serialized component bytes. | |
| Uint32 | DataSize = 0 |
| Size of pData in bytes. | |
Generic custom component payload.