Navigation
API > API/Plugins > API/Plugins/ComposureLayersEditor > API/Plugins/ComposureLayersEditor/ICompElementManager
Description
Adds/Enables/Disables a media-capture output pass for the specified element. Adds & enables a media-capture pass if one doesn't already exist. Just enables/disables if one already exits.
| Name | ToggleMediaCapture |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h |
| Include Path | #include "ICompElementManager.h" |
void ToggleMediaCapture
(
const FName & ElementName
)
Parameters
| Name | Remarks |
|---|---|
| ElementName | The name of the element to affect |