Navigation
API > API/Developer > API/Developer/DerivedDataCache
| Name | FDerivedDataCacheResourceStat |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheUsageStats.h |
| Include Path | #include "DerivedDataCacheUsageStats.h" |
Syntax
struct FDerivedDataCacheResourceStat
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDerivedDataCacheResourceStat
(
FString InAssetType, |
DerivedDataCacheUsageStats.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetType | FString | DerivedDataCacheUsageStats.h | ||
| BuildCount | int64 | DerivedDataCacheUsageStats.h | ||
| BuildSizeMB | double | DerivedDataCacheUsageStats.h | ||
| BuildTimeSec | double | DerivedDataCacheUsageStats.h | ||
| Efficiency | double | DerivedDataCacheUsageStats.h | ||
| GameThreadTimeSec | double | DerivedDataCacheUsageStats.h | ||
| LoadCount | int64 | DerivedDataCacheUsageStats.h | ||
| LoadSizeMB | double | DerivedDataCacheUsageStats.h | ||
| LoadTimeSec | double | DerivedDataCacheUsageStats.h | ||
| TotalCount | int64 | DerivedDataCacheUsageStats.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDerivedDataCacheResourceStat & operator-
(
const FDerivedDataCacheResourceStat& OtherStat |
DerivedDataCacheUsageStats.h | ||
const FDerivedDataCacheResourceStat & operator+
(
const FDerivedDataCacheResourceStat& OtherStat |
DerivedDataCacheUsageStats.h | ||
const FDerivedDataCacheResourceStat & operator+=
(
const FDerivedDataCacheResourceStat& OtherStat |
DerivedDataCacheUsageStats.h | ||
const FDerivedDataCacheResourceStat & operator-=
(
const FDerivedDataCacheResourceStat& OtherStat |
DerivedDataCacheUsageStats.h |