Navigation
BlueprintAPI > BlueprintAPI/SubobjectDataSubsystem
Attempts to rename the given subobject to the new name.
Target is Subobject Data Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Handle | Handle to the subobject to rename |
| text | In New Name | The new name that is desired for the given subobject |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the rename was successful, false otherwise. |