ICollectionManager::HandleObjectRenamed

Called to notify the collections that an object has been renamed or moved

Windows
MacOS
Linux

References

Module

CollectionManager

Header

/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h

Include

#include "ICollectionManager.h"

Syntax

void HandleObjectRenamed
(
    const FName & OldObjectPath,
    const FName & NewObjectPath
)

Remarks

Called to notify the collections that an object has been renamed or moved

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