FBuildSession::Build

Asynchronous request to execute a build according to the policy.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FBuildSession > Build

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildSession.h
Include #include "DerivedDataBuildSession.h"
void Build
(
    const [FBuildKey](API\Developer\DerivedDataCache\FBuildKey) & Key,
    const [FBuildPolicy](API\Developer\DerivedDataCache\FBuildPolicy) & Policy,
    [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & Owner,
    [FOnBuildComplete](API\Developer\DerivedDataCache\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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library