Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FBuildOutput > API/Developer/DerivedDataCache/FBuildOutput/Load
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
| Include | #include "DerivedDataBuildOutput.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBuildOutput.cpp |
static FOptionalBuildOutput Load
&40;
const FSharedString & Name,
const FUtf8SharedString & Function,
const FCbObject & Output
&41;
Remarks
Load a build output. A valid build output, or null on error.
Parameters
| Name | Description |
|---|---|
| Name | The name by which to identify this output for logging and profiling. |
| Function | The name of the build function that produced this output. |
| Output | The saved output to load. |