Navigation
API > API/Developer > API/Developer/DerivedDataCache
Metadata for build inputs with the input key.
| Name | FBuildInputMetaByKey |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h |
| Include Path | #include "DerivedDataBuildInputResolver.h" |
Syntax
struct FBuildInputMetaByKey
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | FUtf8StringView | Key used to identify this input. | DerivedDataBuildInputResolver.h | |
| RawHash | FIoHash | Hash of the raw (uncompressed) input. | DerivedDataBuildInputResolver.h | |
| RawSize | uint64 | Size of the raw (uncompressed) input in bytes. | DerivedDataBuildInputResolver.h |