Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | FByteReader |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
Syntax
class FByteReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FByteReader () |
PlainPropsRead.h | ||
FByteReader
(
FMemoryView View |
PlainPropsRead.h | ||
FByteReader
(
const uint8* Data, |
PlainPropsRead.h | ||
FByteReader
(
const uint8* InBegin, |
PlainPropsRead.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| End | const uint8 * | PlainPropsRead.h | ||
| It | const uint8 * | PlainPropsRead.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CheckEmpty() |
PlainPropsRead.h | ||
void CheckNonEmpty() |
PlainPropsRead.h | ||
void CheckSize
(
int64 ExpectedSize |
PlainPropsRead.h | ||
T Grab() |
PlainPropsRead.h | ||
uint8 GrabByte() |
PlainPropsRead.h | ||
const uint8 * GrabBytes
(
uint64 NumBytes |
PlainPropsRead.h | ||
FMemoryView GrabSkippableSlice() |
PlainPropsRead.h | ||
FMemoryView GrabSlice
(
uint64 NumBytes |
PlainPropsRead.h | ||
uint64 GrabVarIntU() |
PlainPropsRead.h | ||
const uint8 * Peek() |
PlainPropsRead.h | ||
FMemoryView PeekSkippableSlice() |
PlainPropsRead.h | ||
void SkipAlignmentPadding() |
PlainPropsRead.h |