Navigation
API > API/Developer > API/Developer/DerivedDataCache
| Name | IBuildOutputInternal |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
| Include Path | #include "DerivedDataBuildOutput.h" |
Syntax
class IBuildOutputInternal
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBuildOutputInternal() |
DerivedDataBuildOutput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddRef() |
DerivedDataBuildOutput.h | ||
bool FindMeta
(
FUtf8StringView Key, |
DerivedDataBuildOutput.h | ||
const FUtf8SharedString & GetFunction() |
DerivedDataBuildOutput.h | ||
TConstArrayView< FBuildOutputLog > GetLogs() |
DerivedDataBuildOutput.h | ||
TConstArrayView< FBuildOutputMessage > GetMessages() |
DerivedDataBuildOutput.h | ||
const FCbObject & GetMeta() |
DerivedDataBuildOutput.h | ||
const FSharedString & GetName() |
DerivedDataBuildOutput.h | ||
const FValueWithId & GetValue
(
const FValueId& Id |
DerivedDataBuildOutput.h | ||
TConstArrayView< FValueWithId > GetValues() |
DerivedDataBuildOutput.h | ||
bool HasError() |
DerivedDataBuildOutput.h | ||
bool HasLogs() |
DerivedDataBuildOutput.h | ||
void Release() |
DerivedDataBuildOutput.h | ||
void Save
(
FCbWriter& Writer |
DerivedDataBuildOutput.h | ||
void Save
(
FCacheRecordBuilder& RecordBuilder |
DerivedDataBuildOutput.h |