Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
Include |
#include "DerivedDataBuildOutput.h" |
namespace UE
{
namespace DerivedData
{
enum EBuildOutputLogLevel
{
Error,
Warning,
}
}
}
Name |
Description |
---|---|
Error |
|
Warning |
Temporary interface for tunneling the EditorBuildInputResolver into CoreUObject. In the future this will be implemented as part of the BuildAPI