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