Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h |
Include |
#include "DerivedDataBuildScheduler.h" |
struct FBuildSchedulerParams
Parameters that describe a build job to the build scheduler.
Name | Description | ||
---|---|---|---|
|
Key |
||
|
MissingLocalInputsSize |
Total size of inputs that need to be resolved for local execution. Available in ResolveInputData. |
|
|
MissingRemoteInputsSize |
Total size of inputs that need to be resolved for remote execution. Available in ResolveInputData. |
|
|
ResolvedInputsSize |
Total size of constants and resolved inputs that are in memory now. |
|
|
TotalInputsSize |
Total size of constants and inputs, whether resolved or not. |
|
|
TotalRequiredMemory |
Estimate of the peak memory required to execute the build, including constants and inputs. |