| FBuildSession
|
Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildSession.h |
Include |
#include "DerivedDataBuildSession.h" |
class FBuildSession
A build session is the main point to the build scheduler.
The purpose of a session is to group together related builds that use the same input resolver, such as grouping builds by target platform. A request to build one definition can lead to more builds being scheduled if the definition references values from other builds as inputs.
No constructors are accessible with public or protected access.
Name | Description | ||
---|---|---|---|
|
Build ( |
Asynchronous request to execute a build according to the policy. |
|
|
Build ( |
Asynchronous request to execute a build according to the policy. |
|
|
Build ( |
Asynchronous request to execute a build according to the policy. |
|
|
GetName() |
Returns the name by which to identify this session for logging and profiling. |