EDerivedDataCacheStatus

Unreal Engine C++ API Reference > Developer > DerivedDataCache

References

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

Syntax

enum EDerivedDataCacheStatus  
{  
    None            = 0,  
    Information,  
    Warning,  
    Error,  
    Deactivation,  
}  

Values

Name Description
None  
Information  
Warning  
Error  
Deactivation  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library