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
&40;
const FBuildAction & Action,
const FOptionalBuildInputs & Inputs,
const FBuildPolicy & Policy,
IRequestOwner & Owner,
FOnBuildComplete && OnComplete
&41;
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 |
|---|---|
| Action | The build function to execute and references to its inputs. |
| Inputs | The build inputs referenced by the action, if it has any. Optional. |
| 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. |