Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/ACompositingElement
Description
When set to false, all children composure actor and current actor's auto-rendering behavior will be disabled. This option is available in the detail panel of the composure element actor as well.
Virtual Inheritance
- AComposurePipelineBaseActor::SetAutoRunChildrenAndSelf → ACompositingElement::SetAutoRunChildrenAndSelf
| Name | SetAutoRunChildrenAndSelf |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElement.h |
| Include Path | #include "CompositingElement.h" |
| Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/CompositingElement.cpp |
virtual void SetAutoRunChildrenAndSelf
(
bool bAutoRunChildAndSelf
)
Parameters
| Name | Remarks |
|---|---|
| bAutoRunChildAndSelf | Enable/Disable all the children and itself's rendering. By default, all rendering is enabled. |