Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialKeyGeneratorContext
| Type | Name | Description | |
|---|---|---|---|
FMaterialKeyGeneratorContext
(
TUniqueFunction< void(const void*Data, uint64 Size)>&& HashFunction, |
Construct a Context that is emitting variables into a binary-formatted shader DDC key or into a material dependencies hash function. | ||
FMaterialKeyGeneratorContext
(
FString& InResultString, |
Construct a Context that is emitting variables into a text-formatted shader DDC key. | ||
FMaterialKeyGeneratorContext
(
FCbWriter& InWriter, |
Construct a Context that is saving data to compact binary. | ||
FMaterialKeyGeneratorContext
(
FCbObjectView LoadRoot, |
Construct a Context that is loading data from compact binary. |