Navigation
API > API/Developer > API/Developer/DerivedDataCache
A builder to construct a build worker.
| Name | FBuildWorkerBuilder |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorker.h |
| Include Path | #include "DerivedDataBuildWorker.h" |
Syntax
class FBuildWorkerBuilder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuildWorkerBuilder() |
DerivedDataBuildWorker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Builder | TUniquePtr< Private::IBuildWorkerBuilderInternal > | DerivedDataBuildWorker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddDirectory
(
FUtf8StringView Path |
DerivedDataBuildWorker.h | ||
void AddExecutable
(
FUtf8StringView Path, |
DerivedDataBuildWorker.h | ||
void AddFile
(
FUtf8StringView Path, |
DerivedDataBuildWorker.h | ||
void AddFunction
(
FUtf8StringView Name, |
DerivedDataBuildWorker.h | ||
FBuildWorker Build
(
FStringView PackagePath |
DerivedDataBuildWorker.h | ||
void SetBuildSystemVersion
(
const FGuid& Version |
DerivedDataBuildWorker.h | ||
void SetEnvironment
(
FUtf8StringView Name, |
DerivedDataBuildWorker.h | ||
void SetHostPlatform
(
FUtf8StringView Name |
DerivedDataBuildWorker.h | ||
void SetName
(
FUtf8StringView Name |
DerivedDataBuildWorker.h | ||
void SetPath
(
FUtf8StringView Path |
DerivedDataBuildWorker.h |