Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h |
| Include | #include "DerivedDataBuildInputResolver.h" |
Syntax
struct FBuildInputDataByKey
Remarks
Data for build inputs with the input key.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCompressedBuffer | Data | Data for the input. | |
| FUtf8StringView | Key | Key used to identify this input. |