Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/FDMXRuntimeUtils
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXRuntimeUtils.h |
| Include | #include "DMXRuntimeUtils.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/DMXRuntimeUtils.cpp |
static FString FindUniqueEntityName
&40;
const UDMXLibrary &42; InLibrary,
TSubclassOf< UDMXEntity > InEntityClass,
const FString & InBaseName
&41;
Remarks
Creates an unique name for an Entity from a specific type, using the type name as base. Unique name for an Entity amongst others from the same type.
Parameters
| Name | Description |
|---|---|
| InLibrary | The DMXLibrary object the entity will belong to. |
| InEntityClass | The class of the Entity, to check the name against others from same type. |
| InBaseName | Optional base name to use instead of the type name. |