Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h |
Include |
#include "DerivedDataBuildJob.h" |
struct FBuildJobCompleteParams
Parameters for the completion callback for build jobs.
Name | Description | ||
---|---|---|---|
|
BuildStatus |
Detailed status of the job. |
|
|
const FCacheKey... |
CacheKey |
Key for the job in the cache. Empty if the build completes before the key is assigned. |
|
const IBuildJob... |
Job |
Job that is complete. |
|
FBuildOutput && |
Output |
Output for the job that completed or was canceled. |
|
Status |
Basic status of the job. |