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 AttachCompElement
(
const FName ParentName,
const FName ElementName
)
Remarks
Attaches the specified element as a child to the named parent. True if the element was successfully added as a child to the specified parent.
Parameters
| Name | Description |
|---|---|
| ParentName | The element you want to nest the child under. |
| ElementName | A valid element name for the child you want to add. |