ICompElementManager::RenameElement

Renames the element with the specified original named to the provided new name.

Windows
MacOS
Linux

References

Module

ComposureLayersEditor

Header

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

Include

#include "ICompElementManager.h"

Syntax

bool RenameElement
(
    const FName OriginalElementName,
    const FName & NewElementName
)

Remarks

Renames the element with the specified original named to the provided new name.

Parameters

Parameter

Description

OriginalElementName

The name of the element to be renamed

NewElementName

The new name for the element to be renamed

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