Navigation
API > API/Developer > API/Developer/DerivedDataCache
| Name | IBuildWorkerBuilderInternal |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorker.h |
| Include Path | #include "DerivedDataBuildWorker.h" |
Syntax
class IBuildWorkerBuilderInternal
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~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 |