Navigation
API > API/Plugins > API/Plugins/OpenColorIO
Information tracked for each shader compile worker process instance.
| Name | FOpenColorIOShaderCompileWorkerInfo |
| Type | struct |
| Header File | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOShaderCompilationManager.h |
| Include Path | #include "OpenColorIOShaderCompilationManager.h" |
Syntax
struct FOpenColorIOShaderCompileWorkerInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOpenColorIOShaderCompileWorkerInfo() |
OpenColorIOShaderCompilationManager.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FOpenColorIOShaderCompileWorkerInfo() |
Warning: not virtual | OpenColorIOShaderCompilationManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bComplete | bool | Tracks whether all tasks issued to the worker have been received. | OpenColorIOShaderCompilationManager.h | |
| bIssuedTasksToWorker | bool | Tracks whether tasks have been issued to the worker. | OpenColorIOShaderCompilationManager.h | |
| bLaunchedWorker | bool | Whether the worker has been launched for this set of tasks. | OpenColorIOShaderCompilationManager.h | |
| QueuedJobs | TArray< FShaderCommonCompileJobPtr > | Jobs that this worker is responsible for compiling. | OpenColorIOShaderCompilationManager.h | |
| StartTime | double | Time at which the worker started the most recent batch of tasks. | OpenColorIOShaderCompilationManager.h | |
| WorkerProcess | FProcHandle | Process handle of the worker app once launched. Invalid handle means no process. | OpenColorIOShaderCompilationManager.h |