Navigation
API > API/Developer > API/Developer/DerivedDataCache
DDC-Verify collects data about a subset of newly generated derived data, and whether it matches existing cached values This object is used to track statistics about verification results and is collected per DDC bucket
| Name | FDerivedDataCacheVerificationStat |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheUsageStats.h |
| Include Path | #include "DerivedDataCacheUsageStats.h" |
Syntax
struct FDerivedDataCacheVerificationStat
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BucketName | FString | DerivedDataCacheUsageStats.h | ||
| RecordsMatchedCache | uint32 | DerivedDataCacheUsageStats.h | ||
| RecordsNotInCache | uint32 | DerivedDataCacheUsageStats.h | ||
| RecordsTested | uint32 | DerivedDataCacheUsageStats.h | ||
| ValuesChanged | uint32 | DerivedDataCacheUsageStats.h | ||
| ValuesChangedBytes | uint64 | DerivedDataCacheUsageStats.h | ||
| ValuesMatchedCache | uint32 | DerivedDataCacheUsageStats.h | ||
| ValuesMatchedCacheBytes | uint64 | DerivedDataCacheUsageStats.h | ||
| ValuesNotInCache | uint32 | DerivedDataCacheUsageStats.h | ||
| ValuesNotInCacheBytes | uint64 | DerivedDataCacheUsageStats.h | ||
| ValuesNotInRequest | uint32 | DerivedDataCacheUsageStats.h | ||
| ValuesNotInRequestBytes | uint64 | DerivedDataCacheUsageStats.h | ||
| ValuesTested | uint32 | DerivedDataCacheUsageStats.h | ||
| ValuesTestedBytes | uint64 | DerivedDataCacheUsageStats.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDerivedDataCacheVerificationStat & operator+=
(
const FDerivedDataCacheVerificationStat& OtherStat |
DerivedDataCacheUsageStats.h |