Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FBuildDefinitionBuilder
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h |
Include | #include "DerivedDataBuildDefinition.h" |
void AddInputHash ( FUtf8StringView Key, const [FIoHash](API\Runtime\Core\IO\FIoHash) & RawHash )
Remarks
Add a hash input with a key that is unique within this definition.
Parameters
Name | Description |
---|---|
RawHash | Hash of the raw data that will resolve it in the IBuildInputResolver. |