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