Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorker.h |
| Include | #include "DerivedDataBuildWorker.h" |
Syntax
class FBuildWorker
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FindFileData
(
TConstArrayView< FIoHash > RawHashes, |
||
| FGuid | |||
| FStringView | |||
| FStringView | GetName () |
||
| FStringView | GetPath () |
||
| void | IterateEnvironment
(
TFunctionRef< void(FStringView Name, FStringViewValue)> Visitor |
||
| void | IterateExecutables
(
TFunctionRef< void(FStringView Path, const FIoHash&RawHash, uint64 RawSize)> Visitor |
||
| void | IterateFiles
(
TFunctionRef< void(FStringView Path, const FIoHash&RawHash, uint64 RawSize)> Visitor |
||
| void | IterateFunctions
(
TFunctionRef< void(FUtf8StringView Name, const FGuid&Version)> Visitor |