Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
Include | #include "DerivedDataBuildOutput.h" |
Syntax
namespace UE
{
namespace DerivedData
{
enum EBuildOutputLogLevel
{
Error,
Warning,
}
}
}
Values
Name | Description |
---|---|
Error | |
Warning |
Remarks
Temporary interface for tunneling the EditorBuildInputResolver into CoreUObject. In the future this will be implemented as part of the BuildAPI
Memory allocation tag for internal allocations of DDC backends Memory allocation tag for allocations made by DDC but that are passed to other systems