Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include |
#include "Serialization/CompactBinary.h" |
Source |
/Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp |
FCbFieldView
(
const void * Data,
ECbFieldType Type
)
Construct a field from a pointer to its data and an optional externally-provided type.
Parameter |
Description |
---|---|
Data |
Pointer to the start of the field data. |
Type |
HasFieldType means that Data contains the type. Otherwise, use the given type. |