Navigation
API > API/Developer > API/Developer/DerivedDataCache
Interface to resolve file data for a build worker.
| Name | IBuildWorkerResolver |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorker.h |
| Include Path | #include "DerivedDataBuildWorker.h" |
Syntax
class IBuildWorkerResolver
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBuildWorkerResolver() |
DerivedDataBuildWorker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStringView GetPackagePath() |
Returns the path to the package that this is resolving from, or empty if not backed by a package. | DerivedDataBuildWorker.h | |
void Resolve
(
TConstArrayView< FIoHash > RawHashes, |
Resolve the compressed data for the raw hashes. | DerivedDataBuildWorker.h |