Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FBuildSession > API/Developer/DerivedDataCache/FBuildSession/Build
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildSession.h |
| Include | #include "DerivedDataBuildSession.h" |
void Build
(
const FBuildKey & Key,
const FBuildPolicy & Policy,
IRequestOwner & Owner,
FOnBuildComplete && OnComplete
)
Remarks
Asynchronous request to execute a build according to the policy.
The callback will always be called, and may be called from an arbitrary thread.
Parameters
| Name | Description |
|---|---|
| Key | The key of the build definition to resolve and build. |
| Policy | Flags to control the behavior of the request. See FBuildPolicy. |
| Owner | The owner to execute the build within. |
| OnComplete | A callback invoked when the build completes or is canceled. |