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