FDMXEditorUtils::GetEntityTypeNameText

Returns the Entity class type name (e.g: Fixture Type for [UDMXEntityFixtureType](API\Plugins\DMXRuntime\Library\UDMXEntityFixtureType)) in singular or plural

Windows
MacOS
Linux

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

Syntax

static FText GetEntityTypeNameText
(
    TSubclassOf< UDMXEntity > EntityClass,
    bool bPlural
)

Remarks

Returns the Entity class type name (e.g: Fixture Type for UDMXEntityFixtureType) in singular or plural

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss