Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
| Include | #include "DerivedDataBuildOutput.h" |
Syntax
class IBuildOutputInternal
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddRef () |
||
| bool | FindMeta
(
FUtf8StringView Key, |
||
| const FUtf8SharedString & | GetFunction () |
||
| TConstArrayView< FBuildOutputLog > | GetLogs () |
||
| TConstArrayView< FBuildOutputMessage > | GetMessages () |
||
| const FCbObject & | GetMeta () |
||
| const FSharedString & | GetName () |
||
| const FValueWithId & | |||
| TConstArrayView< FValueWithId > | GetValues () |
||
| bool | HasError () |
||
| bool | HasLogs () |
||
| void | Release () |
||
| void | |||
| void | Save
(
FCacheRecordBuilder& RecordBuilder |