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