FBuildOutputLog

A build output log is a log message captured from a build function.

Unreal Engine C++ API Reference > Developer > DerivedDataCache

References

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

Syntax

struct FBuildOutputLog  

Remarks

A build output log is a log message captured from a build function.

The build function may capture every log above a certain level of verbosity, which means these have no guarantee of being deterministic. The presence of any output logs will disable caching of the build output. To allow caching of build output with warnings or errors, replace the log statements with build messages that are added to the build context.

Variables

Type Name Description
FUtf8StringView Category  
EBuildOutputLog... Level  
FUtf8StringView Message  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library