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 FBuildKeyResolvedParams
Remarks
Parameters for the resolved callback for build definition requests.
Variables
Type | Name | Description |
---|---|---|
FOptionalBuildD... | Definition | The resolved build definition. Only available when Status is Ok. |
FBuildKey | Key | Key for the build definition request that resolved or was canceled. |
EStatus | Status | Status of the input request. |