Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h |
| Include | #include "DerivedDataBuildDefinition.h" |
Syntax
class IBuildDefinitionInternal
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddRef () |
||
| const FUtf8SharedString & | GetFunction () |
||
| const FBuildKey & | GetKey () |
||
| const FSharedString & | GetName () |
||
| bool | HasConstants () |
||
| bool | HasInputs () |
||
| void | IterateConstants
(
TFunctionRef< void(FUtf8StringView Key, FCbObject&&Value)> Visitor |
||
| void | IterateInputBuilds
(
TFunctionRef< void(FUtf8StringView Key, const FBuildValueKey&ValueKey)> Visitor |
||
| void | IterateInputBulkData
(
TFunctionRef< void(FUtf8StringView Key, const FGuid&BulkDataId)> Visitor |
||
| void | IterateInputFiles
(
TFunctionRef< void(FUtf8StringView Key, FUtf8StringView Path)> Visitor |
||
| void | IterateInputHashes
(
TFunctionRef< void(FUtf8StringView Key, const FIoHash&RawHash)> Visitor |
||
| void | Release () |
||
| void |