Navigation
API > API/Developer > API/Developer/DerivedDataCache
A key that uniquely identifies a cache record.
| Name | FCacheKey |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheKey.h |
| Include Path | #include "DerivedDataCacheKey.h" |
Syntax
struct FCacheKey
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Empty | const FCacheKey | A key with a null bucket and a zero hash. | DerivedDataCacheKey.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bucket | FCacheBucket | DerivedDataCacheKey.h | ||
| Hash | FIoHash | DerivedDataCacheKey.h |