Navigation
API > API/Plugins > API/Plugins/ComposureLayersEditor > API/Plugins/ComposureLayersEditor/ICompElementManager
References
| Module | ComposureLayersEditor |
| Header | /Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h |
| Include | #include "ICompElementManager.h" |
bool IsDrawing
(
ACompositingElement * CompElement
) const
Remarks
Determines if the specified element is being rendered by the hidden compositing viewport. True if the game-thread is in the middle of queuing the specified element.
Parameters
| Name | Description |
|---|---|
| CompElement | The element actor you're querying for |