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 FBuildInputDataByKey
Remarks
Data for build inputs with the input key.
Variables
Type | Name | Description |
---|---|---|
FCompressedBuff... | Data | Data for the input. |
FUtf8StringView | Key | Key used to identify this input. |