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 RenameElement
(
const FName OriginalElementName,
const FName & NewElementName
)
Remarks
Renames the element with the specified original named to the provided new name.
Parameters
| Name | Description |
|---|---|
| OriginalElementName | The name of the element to be renamed |
| NewElementName | The new name for the element to be renamed |