Navigation
API > API/Plugins > API/Plugins/PlainProps
References
| Module | PlainProps |
| Header | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include | #include "PlainPropsRead.h" |
Syntax
class FByteReader
Constructors
| Type | Name | Description | |
|---|---|---|---|
FByteReader () |
|||
FByteReader
(
FMemoryView View |
|||
FByteReader
(
const uint8* Data, |
|||
FByteReader
(
const uint8* InBegin, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CheckEmpty () |
||
| void | |||
| void | |||
| T | Grab () |
||
| uint8 | GrabByte () |
||
| const uint8 * | |||
| FMemoryView | |||
| FMemoryView | |||
| uint64 | GrabVarIntU () |
||
| const uint8 * | Peek () |
||
| FMemoryView | |||
| void |