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 IsValidRename
&40;
const FSubobjectDataHandle & Handle,
const FText & InNewText,
FText & OutErrorMessage
&41; const
Remarks
Returns true if the given new text is a valid option to rename the subobject with the given handle. Populates the OutErrorMessage if it is not valid. True if the rename is valid
Parameters
| Name | Description |
|---|---|
| Handle | Handle to the subobject that is being checked |
| InNewText | The new name that is desired |
| OutErrorMessage | The reasoning for an invalid name |