UsdUtils::RenamePrim

Renames a single prim to a new name

Windows
MacOS
Linux

References

Module

USDUtilities

Header

/Engine/Plugins/Importers/USDImporter/Source/USDUtilities/Public/USDConversionUtils.h

Include

#include "USDConversionUtils.h"

Source

/Engine/Plugins/Importers/USDImporter/Source/USDUtilities/Private/USDConversionUtils.cpp

Syntax

namespace UsdUtils
{
    bool UsdUtils::RenamePrim
    (
        UE::FUsdPrim & Prim,
        const TCHAR * NewPrimName
    )
}

Remarks

Renames a single prim to a new name

Returns

True if we managed to rename

Parameters

Parameter

Description

Prim

Prim to rename

NewPrimName

New name for the prim e.g. "MyNewName"

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