Navigation
API > API/Plugins > API/Plugins/DisplayClusterFillDerivedDataCac-
Inheritance Hierarchy
- FRunnable
- FSingleThreadRunnable
- FDisplayClusterFillDerivedDataCacheWorker
References
| Module | DisplayClusterFillDerivedDataCache |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterFillDerivedDataCache/Public/DisplayClusterFillDerivedDataCacheWorker.h |
| Include | #include "DisplayClusterFillDerivedDataCacheWorker.h" |
Syntax
class FDisplayClusterFillDerivedDataCacheWorker :
public FRunnable,
public FSingleThreadRunnable
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FAsyncTaskNotification > | ProgressNotification | Progress notification |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CancelTask () |
||
| void | |||
| FString | |||
| FString | GetLastWholeLogBlock
(
const FString& LogString |
||
| FString | |||
| void | |||
| void | RegexParseForCompilationProgress
(
const FString& LogString |
||
| void | RegexParseForEnumerationCount
(
const FString& LogString |
||
| void | RegexParseForLoadingProgress
(
const FString& LogString |
Overridden from FRunnable
| Type | Name | Description | |
|---|---|---|---|
| FSingleThreadRunnable * | Gets single thread interface pointer used for ticking this runnable when multi-threading is disabled. | ||
| uint32 | Run () |
Runs the runnable object. | |
| void | Stop () |
Stops the runnable object.This is called if a thread is requested to terminate early. |
Overridden from FSingleThreadRunnable
| Type | Name | Description | |
|---|---|---|---|
| void | Tick () |
Tick function. |