Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheKey.h |
Include |
#include "DerivedDataCacheKey.h" |
class FCacheBucket
An alphanumeric identifier that groups related cache records.
A cache bucket name must be alphanumeric, non-empty, and contain fewer than 256 code units.
Name | Description | |
---|---|---|
|
FCacheBucket() |
Construct a null cache bucket. |
|
FCacheBucket ( |
Create a cache bucket from a name. |
|
FCacheBucket ( |
Construct a null cache bucket. |
Name | Description | ||
---|---|---|---|
|
IsNull() |
Whether this is null. |
|
|
IsValid() |
Whether this is not null. |
|
|
Reset() |
Reset this to null. |
|
|
const ANSICH... |
ToCString() |
Get the name of the cache bucket as a null-terminated string. |
|
FAnsiStringV... |
ToString() |
Get the name of the cache bucket as a string. |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator< ( |
||
|
operator== ( |
Name |
Description |
---|---|
LengthOffset |