Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
Include |
#include "DerivedDataBuildOutput.h" |
class FBuildOutputBuilder
A build output builder is used to construct a build output.
Create using IBuild::CreateOutput().
No constructors are accessible with public or protected access.
Name | Description | ||
---|---|---|---|
|
AddLog ( |
Add a log to the output. |
|
|
AddMessage ( |
Add a message to the output. |
|
|
AddValue |
Add a value to the output. The ID must be unique in this output. |
|
|
Build() |
Build a build output, which makes this builder subsequently unusable. |
|
|
HasError() |
Returns whether the output has any errors. |
|
|
SetMeta ( |
Set the metadata for the output. Holds a reference and is cloned if not owned. |