Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/USubobjectDataSubsystem
References
| Module | SubobjectDataInterface |
| Header | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include | #include "SubobjectDataSubsystem.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectDataSubsystem.cpp |
bool RenameSubobject
&40;
const FSubobjectDataHandle & Handle,
const FText & InNewName
&41;
Remarks
Attempts to rename the given subobject to the new name. True if the rename was successful, false otherwise.
Parameters
| Name | Description |
|---|---|
| Handle | Handle to the subobject to rename |
| InNewName | The new name that is desired for the given subobject |