ezEngine Release 26.3
Loading...
Searching...
No Matches
ezEditorProcessorState Struct Reference

Used by ezEditorProcessorProcess to define the current state of one of the running ezEditorProcessor processes managed by the ezAssetProcessor. More...

#include <Declarations.h>

Public Member Functions

bool operator== (const ezEditorProcessorState &rhs)
 
bool operator!= (const ezEditorProcessorState &rhs)
 

Public Attributes

ezOsProcessID m_uiProcessID = 0
 
bool m_bConnected = false
 The IPC pipe to the process is established.
 
bool m_bRunning = false
 The process is currently running working on an asset.
 
bool m_bCrashed = false
 The process has crashed.
 

Detailed Description

Used by ezEditorProcessorProcess to define the current state of one of the running ezEditorProcessor processes managed by the ezAssetProcessor.

See also
ezAssetProcessor

The documentation for this struct was generated from the following file: