Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FBuildDefinition
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h |
| Include | #include "DerivedDataBuildDefinition.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBuildDefinition.cpp |
static FOptionalBuildDefinition Load
(
const FSharedString & Name,
FCbObject && Definition
)
Remarks
Load a build definition from compact binary. A valid build definition, or null on error.
Parameters
| Name | Description |
|---|---|
| Name | The name by which to identify this definition for logging and profiling. |
| Definition | An object saved from a build definition. Holds a reference and is cloned if not owned. |