Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/FDMXEditorUtils
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/DMXEditorUtils.h |
| Include | #include "DMXEditorUtils.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Private/DMXEditorUtils.cpp |
static bool ValidateEntityName
(
const FString & NewEntityName,
const UDMXLibrary * InLibrary,
UClass * InEntityClass,
FText & OutReason
)
Remarks
Validates an Entity name, also checking for uniqueness among others of the same type. True if the name would be a valid one.
Parameters
| Name | Description |
|---|---|
| NewEntityName | The name to validate. |
| InLibrary | The DMXLibrary object to check for name uniqueness. |
| InEntityClass | The type to check other Entities' names |
| OutReason | If false is returned, contains a text with the reason for it. |