FOpenColorIOShaderCompileWorkerInfo

Information tracked for each shader compile worker process instance.

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bComplete

Tracks whether all tasks issued to the worker have been received.

Public variable

bool

 

bIssuedTasksToWorker

Tracks whether tasks have been issued to the worker.

Public variable

bool

 

bLaunchedWorker

Whether the worker has been launched for this set of tasks.

Public variable

TArray< TShared...

 

QueuedJobs

Jobs that this worker is responsible for compiling.

Public variable

double

 

StartTime

Time at which the worker started the most recent batch of tasks.

Public variable

FProcHandle

 

WorkerProcess

Process handle of the worker app once launched. Invalid handle means no process.

Constructors

Destructors

Name Description

Public function

~FOpenColorIOShaderCompileWorkerInfo()

Warning: not virtual

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss