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 FBuildInputMetaByKey
Remarks
Metadata for build inputs with the input key.
Variables
Type | Name | Description |
---|---|---|
FUtf8StringView | Key | Key used to identify this input. |
FIoHash | RawHash | Hash of the raw (uncompressed) input. |
uint64 | RawSize | Size of the raw (uncompressed) input in bytes. |