UComposureBlueprintLibrary::RenameComposureElement

Rename a specific composure element

Windows
MacOS
Linux

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Composure|Manager")
static bool RenameComposureElement
(
    const FName OriginalElementName,
    const FName NewElementName
)

Remarks

Rename a specific composure element

Returns

bool Whether the renaming operation is successful or not.

Parameters

Parameter

Description

OriginalElementName

The name of the composure element that we want to rename.

NewElementName

The new name for the composure element.

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