Navigation
API > API/Developer > API/Developer/DerivedDataCache
| Name | FBuildWorkerBuilder |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorker.h |
| Include Path | #include "DerivedDataBuildWorker.h" |
Syntax
class FBuildWorkerBuilder
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FBuildWorkerBuilder() |
DerivedDataBuildWorker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddExecutable
(
FStringView Path, |
DerivedDataBuildWorker.h | ||
void AddFile
(
FStringView Path, |
DerivedDataBuildWorker.h | ||
void AddFunction
(
FUtf8StringView Name, |
DerivedDataBuildWorker.h | ||
void SetBuildSystemVersion
(
const FGuid& Version |
DerivedDataBuildWorker.h | ||
void SetEnvironment
(
FStringView Name, |
DerivedDataBuildWorker.h | ||
void SetHostPlatform
(
FStringView Name |
DerivedDataBuildWorker.h | ||
void SetName
(
FStringView Name |
DerivedDataBuildWorker.h | ||
void SetPath
(
FStringView Path |
DerivedDataBuildWorker.h |