Navigation
API > API/Developer > API/Developer/DerivedDataCache
Parameters for the resolved callback for build input data requests.
| Name | FBuildInputDataResolvedParams |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h |
| Include Path | #include "DerivedDataBuildInputResolver.h" |
Syntax
struct FBuildInputDataResolvedParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Inputs | TConstArrayView< FBuildInputDataByKey > | All of the requested inputs sorted by raw hash. Only available when Status is Ok. | DerivedDataBuildInputResolver.h | |
| Status | EStatus | Status of the input request. | DerivedDataBuildInputResolver.h |