Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
Include | #include "DerivedDataBuildOutput.h" |
Syntax
class IBuildOutputBuilderInternal
Destructors
Type | Name | Description |
---|---|---|
~IBuildOutputBuilderInternal () |
Functions
Type | Name | Description |
---|---|---|
void | AddLog ( const FBuildOutputLog& Log ) | |
void | AddMessage ( const FBuildOutputMessage& Message ) | |
void | AddValue ( const FValueId& Id, const FValue& Value ) | |
FBuildOutput | Build () | |
bool | HasError () | |
void | SetMeta ( FCbObject&& Meta ) |