Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h |
Include |
#include "DerivedDataValueId.h" |
struct FValueId
A 12-byte value that uniquely identifies a value in the context that it was created.
Name | Description | |
---|---|---|
|
FValueId() |
Construct a null ID. |
|
FValueId ( |
Construct an ID from an array of 12 bytes. |
|
FValueId ( |
Construct an ID from a view of 12 bytes. |
|
FValueId ( |
Construct an ID from a Compact Binary Object ID. |
Name | Description | ||
---|---|---|---|
|
FromHash ( |
Construct an ID from a non-zero hash. |
|
|
FromName ( |
Construct an ID from a non-empty name. |
|
|
FromName ( |
Construct an ID from a non-empty name. |
|
|
const ByteAr... |
GetBytes() |
Returns a reference to the raw byte array for the ID. |
|
GetView() |
Returns a view of the raw byte array for the ID. |
|
|
IsNull() |
Whether this is null. |
|
|
IsValid() |
Whether this is not null. |
|
|
Reset() |
Reset this to null. |
Name | Description | ||
---|---|---|---|
|
operator FCbObjectId() |
Returns the ID as a Compact Binary Object ID. |
Name |
Description |
---|---|
ByteArray |
Name |
Description |
---|---|
Null |
A null ID. |