Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include |
#include "Serialization/CompactBinary.h" |
class FCbObjectId
An opaque 12-byte object identifier.
It has no intrinsic meaning, and can only be properly interpreted in the context of its usage.
Name | Description | |
---|---|---|
|
FCbObjectId() |
Construct an ObjectId with every byte initialized to zero. |
|
FCbObjectId ( |
Construct an ObjectId from an array of 12 bytes. |
|
FCbObjectId ( |
Construct an ObjectId from a view of 12 bytes. |
Name | Description | ||
---|---|---|---|
|
const ByteAr... |
GetBytes() |
Returns a reference to the raw byte array for the ObjectId. |
|
constexpr FM... |
GetView() |
Returns a view of the raw byte array for the ObjectId. |
|
NewObjectId() |
Name | Description | ||
---|---|---|---|
|
operator const ByteArray &() |
Name |
Description |
---|---|
ByteArray |