Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IBuild
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h |
| Include | #include "DerivedDataBuild.h" |
FBuildDefinitionBuilder CreateDefinition
(
const FSharedString & Name,
const FUtf8SharedString & Function
)
Remarks
Create a build definition builder.
Parameters
| Name | Description |
|---|---|
| Name | The name by which to identify this definition for logging and profiling. |
| Function | The name of the build function with which to build this definition. |