UEditorUtilityLibrary::RenameAsset

Renames an asset (cannot move folders)

Windows
MacOS
Linux

References

Module

Blutility

Header

/Engine/Source/Editor/Blutility/Public/EditorUtilityLibrary.h

Include

#include "EditorUtilityLibrary.h"

Source

/Engine/Source/Editor/Blutility/Private/EditorUtilityLibrary.cpp

Syntax

static void RenameAsset
(
    UObject * Asset,
    const FString & NewName
)

Remarks

Renames an asset (cannot move folders)

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