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 (BlueprintCallable, Category="Composure|Manager")
static bool RenameComposureElement
(
const FName OriginalElementName,
const FName NewElementName
)
Remarks
Rename a specific composure element bool Whether the renaming operation is successful or not.
Parameters
| Name | Description |
|---|---|
| OriginalElementName | The name of the composure element that we want to rename. |
| NewElementName | The new name for the composure element. |