ICompElementManager::AttachCompElement

Attaches the specified element as a child to the named parent.

Windows
MacOS
Linux

References

Module

ComposureLayersEditor

Header

/Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h

Include

#include "ICompElementManager.h"

Syntax

bool AttachCompElement
(
    const FName ParentName,
    const FName ElementName
)

Remarks

Attaches the specified element as a child to the named parent.

Returns

True if the element was successfully added as a child to the specified parent.

Parameters

Parameter

Description

ParentName

The element you want to nest the child under.

ElementName

A valid element name for the child you want to add.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss