UDMXLibrary::GetOrCreateEntityObject

Creates a new Entity or return an existing one with the passed in name

Windows
MacOS
Linux

References

Module

DMXRuntime

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXEngine/Source/DMXRuntime/Public/Library/DMXLibrary.h

Include

#include "Library/DMXLibrary.h"

Source

/Engine/Plugins/Experimental/DigitalMultiplex/DMXEngine/Source/DMXRuntime/Private/Library/DMXLibrary.cpp

Syntax

UDMXEntity * GetOrCreateEntityObject
(
    const FString & InName,
    TSubclassOf< UDMXEntity > DMXEntityClass
)

Remarks

Creates a new Entity or return an existing one with the passed in name

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