Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildTypes.h |
Include |
#include "DerivedDataBuildTypes.h" |
struct FBuildCompleteParams
Parameters for the completion callback for build requests.
Name | Description | ||
---|---|---|---|
|
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. |
|
Status |
Basic status of the build request. |