FBuildJobCompleteParams

Parameters for the completion callback for build jobs.

Unreal Engine C++ API Reference > Developer > DerivedDataCache

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h
Include #include "DerivedDataBuildJob.h"

Syntax

struct FBuildJobCompleteParams  

Remarks

Parameters for the completion callback for build jobs.

Variables

Type Name Description
EBuildStatus 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.
EStatus Status Basic status of the job.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library