Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h |
Include | #include "DerivedDataBuildDefinition.h" |
Syntax
class IBuildDefinitionBuilderInternal
Destructors
Type | Name | Description |
---|---|---|
~IBuildDefinitionBuilderInternal () |
Functions
Type | Name | Description |
---|---|---|
void | AddConstant ( FUtf8StringView Key, const FCbObject& Value ) | |
void | AddInputBuild ( FUtf8StringView Key, const FBuildValueKey& ValueKey ) | |
void | AddInputBulkData ( FUtf8StringView Key, const FGuid& BulkDataId ) | |
void | AddInputFile ( FUtf8StringView Key, FUtf8StringView Path ) | |
void | AddInputHash ( FUtf8StringView Key, const FIoHash& RawHash ) | |
FBuildDefini... | Build () |