Navigation
API > API/Developer > API/Developer/DerivedDataCache
Parameters for the completion callback for build jobs.
| Name | FBuildJobCompleteParams |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h |
| Include Path | #include "DerivedDataBuildJob.h" |
Syntax
struct FBuildJobCompleteParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BuildStatus | EBuildStatus | Detailed status of the job. | DerivedDataBuildJob.h | |
| CacheKey | const FCacheKey & | Key for the job in the cache. Empty if the build completes before the key is assigned. | DerivedDataBuildJob.h | |
| Job | const IBuildJob & | Job that is complete. | DerivedDataBuildJob.h | |
| Output | FBuildOutput && | Output for the job that completed or was canceled. | DerivedDataBuildJob.h | |
| Status | EStatus | Basic status of the job. | DerivedDataBuildJob.h |