Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h |
| Include | #include "DerivedDataBuildAction.h" |
Syntax
class IBuildActionInternal
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddRef () |
||
| const FGuid & | |||
| const FUtf8SharedString & | GetFunction () |
||
| const FGuid & | |||
| const FBuildActionKey & | GetKey () |
||
| const FSharedString & | GetName () |
||
| bool | HasConstants () |
||
| bool | HasInputs () |
||
| void | IterateConstants
(
TFunctionRef< void(FUtf8StringView Key, FCbObject&&Value)> Visitor |
||
| void | IterateInputs
(
TFunctionRef< void(FUtf8StringView Key, const FIoHash&RawHash, uint64 RawSize)> Visitor |
||
| void | Release () |
||
| void |