Navigation
API > API/Editor > API/Editor/DerivedDataWidgets
| Name | FDerivedDataInformation |
| Type | class |
| Header File | /Engine/Source/Editor/DerivedDataWidgets/Public/DerivedDataInformation.h |
| Include Path | #include "DerivedDataInformation.h" |
Syntax
class FDerivedDataInformation
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bIsDownloading | bool | DerivedDataInformation.h | |
| bIsUploading | bool | DerivedDataInformation.h | |
| LastGetTime | double | DerivedDataInformation.h | |
| LastPutTime | double | DerivedDataInformation.h | |
| RemoteCacheState | ERemoteCacheState | DerivedDataInformation.h | |
| RemoteCacheWarningMessage | FText | DerivedDataInformation.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static double GetCacheActivitySizeBytes
(
bool bGet, |
DerivedDataInformation.h | ||
static double GetCacheActivityTimeSeconds
(
bool bGet, |
DerivedDataInformation.h | ||
static bool GetHasRemoteCache() |
DerivedDataInformation.h | ||
static bool GetHasUnrealCloudCache() |
DerivedDataInformation.h | ||
static bool GetHasZenCache() |
DerivedDataInformation.h | ||
static ERemoteCacheState GetRemoteCacheState() |
DerivedDataInformation.h | ||
static FText GetRemoteCacheStateAsText() |
DerivedDataInformation.h | ||
static FText GetRemoteCacheWarningMessage() |
DerivedDataInformation.h | ||
static bool IsDownloading() |
DerivedDataInformation.h | ||
static bool IsUploading() |
DerivedDataInformation.h | ||
static void UpdateRemoteCacheState() |
DerivedDataInformation.h |