Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IBuildFunction
Description
Build the output for the input in the build context.
The build is complete when the function returns, unless BeginAsyncBuild has been called on the context, in which case a call to EndAsyncBuild from any thread marks the end.
The build is considered to be successful unless an error was logged during its execution.
| Name | Build |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
| Include Path | #include "DerivedDataBuildFunction.h" |
void Build
(
FBuildContext & Context
) const