Navigation
API > API/Plugins > API/Plugins/PlainProps > API/Plugins/PlainProps/FByteReader
Overloads
| 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 |
FByteReader()
| Name | FByteReader |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
FByteReader()
FByteReader(FMemoryView)
| Name | FByteReader |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
FByteReader
(
FMemoryView View
)
FByteReader(const uint8 *, uint64)
| Name | FByteReader |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
FByteReader
(
const uint8 * Data,
uint64 NumBytes
)
FByteReader(const uint8 , const uint8 )
| Name | FByteReader |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
FByteReader
(
const uint8 * InBegin,
const uint8 * InEnd
)