FDerivedDataCacheStatsNode

Hierarchical usage stats for the DDC nodes.

Unreal Engine C++ API Reference > Developer > DerivedDataCache

Inheritance Hierarchy

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheUsageStats.h
Include #include "DerivedDataCacheUsageStats.h"

Syntax

class FDerivedDataCacheStatsNode : public [TSharedFromThis< FDerivedDataCacheStatsNode >](API\Runtime\Core\Templates\TSharedFromThis)  

Remarks

Hierarchical usage stats for the DDC nodes.

Variables

Type Name Description
bool bIsLocal  
FString CacheName  
EDerivedDataCac... CacheStatus  
FString CacheStatusText  
FString CacheType  
TArray< TShared... Children  
TArray< FCookSt... CustomStats  
FDerivedDataCac... SpeedStats  
TMap< FString, ... UsageStats  

Constructors

Type Name Description
  FDerivedDataCacheStatsNode ()  
  FDerivedDataCacheStatsNode ( const FString& InCacheType, const FString& InCacheName, bool bInIsLocal, EDerivedDataCacheStatus InCacheStat..., const TCHAR* InCacheStatusText )  

Functions

Type Name Description
void ForEachDescendant ( TFunctionRef< void(TSharedRef< cons... )  
void GatherLegacyUsageStats ( TMap< FString, FDerivedDataCacheUsa..., FString&& GraphPath )  
const FStrin... GetCacheName ()  
const EDeriv... GetCacheStatus ()  
const FStrin... GetCacheStatusText ()  
const FStrin... GetCacheType ()  
bool IsLocal ()  
TMap< FStrin... ToLegacyUsageMap ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library