Navigation
API > API/Plugins > API/Plugins/DisplayClusterFillDerivedDataCac-
| Name | FDisplayClusterFillDerivedDataCacheWorker |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterFillDerivedDataCache/Public/DisplayClusterFillDerivedDataCacheWorker.h |
| Include Path | #include "DisplayClusterFillDerivedDataCacheWorker.h" |
Syntax
class FDisplayClusterFillDerivedDataCacheWorker :
public FRunnable ,
public FSingleThreadRunnable
Inheritance Hierarchy
- FRunnable → FDisplayClusterFillDerivedDataCacheWorker
- FSingleThreadRunnable → FDisplayClusterFillDerivedDataCacheWorker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDisplayClusterFillDerivedDataCacheWorker() |
DisplayClusterFillDerivedDataCacheWorker.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDisplayClusterFillDerivedDataCacheWorker() |
DisplayClusterFillDerivedDataCacheWorker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Arguments | FString | DisplayClusterFillDerivedDataCacheWorker.h | ||
| AssetsWaitingToCompile | int32 | DisplayClusterFillDerivedDataCacheWorker.h | ||
| bWasCancelled | bool | DisplayClusterFillDerivedDataCacheWorker.h | ||
| CompileTotal | int32 | DisplayClusterFillDerivedDataCacheWorker.h | ||
| CurrentExecutableName | FString | DisplayClusterFillDerivedDataCacheWorker.h | ||
| LastPartialLogLine | FString | DisplayClusterFillDerivedDataCacheWorker.h | ||
| LoadingTotal | int32 | DisplayClusterFillDerivedDataCacheWorker.h | ||
| ProcessHandle | FProcHandle | DisplayClusterFillDerivedDataCacheWorker.h | ||
| ReadPipe | void * | DisplayClusterFillDerivedDataCacheWorker.h | ||
| ResultCode | int32 | DisplayClusterFillDerivedDataCacheWorker.h | ||
| Thread | TUniquePtr< FRunnableThread > | DisplayClusterFillDerivedDataCacheWorker.h | ||
| WritePipe | void * | DisplayClusterFillDerivedDataCacheWorker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CancelTask() |
DisplayClusterFillDerivedDataCacheWorker.h | ||
void CompleteCommandletAndShowNotification() |
DisplayClusterFillDerivedDataCacheWorker.h |
Overridden from FRunnable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSingleThreadRunnable * GetSingleThreadInterface() |
DisplayClusterFillDerivedDataCacheWorker.h | ||
virtual uint32 Run() |
DisplayClusterFillDerivedDataCacheWorker.h | ||
virtual void Stop() |
DisplayClusterFillDerivedDataCacheWorker.h |
Overridden from FSingleThreadRunnable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick() |
DisplayClusterFillDerivedDataCacheWorker.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetDdcCommandletParams() |
DisplayClusterFillDerivedDataCacheWorker.h | ||
| DisplayClusterFillDerivedDataCacheWorker.h | |||
FString GetTargetPlatformParams() |
DisplayClusterFillDerivedDataCacheWorker.h | ||
void ReadCommandletOutputAndUpdateEditorNotification() |
DisplayClusterFillDerivedDataCacheWorker.h | ||
void RegexParseForCompilationProgress
(
const FString& LogString |
DisplayClusterFillDerivedDataCacheWorker.h | ||
void RegexParseForEnumerationCount
(
const FString& LogString |
DisplayClusterFillDerivedDataCacheWorker.h | ||
void RegexParseForLoadingProgress
(
const FString& LogString |
DisplayClusterFillDerivedDataCacheWorker.h |