Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/UComposureBlueprintLibrary
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/ComposureBlueprintLibrary.h |
| Include | #include "ComposureBlueprintLibrary.h" |
| Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/ComposureBlueprintLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Composure&124;Manager"&41;
static bool AttachComposureElement
&40;
const FName ParentName,
const FName ChildName
&41;
Remarks
Attach one composure element as the child to another composure element in the scene. bool Whether the attaching process is successful or not.
Parameters
| Name | Description |
|---|---|
| ParentName | The name of the parent composure element. |
| ChildName | The name of the child composure element. |