UDMXLibrary::GetEntitiesOfType

Get an array with entities from the specified [UClass](API\Runtime\CoreUObject\UObject\UClass), but not typecast.

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

TArray< UDMXEntity * > GetEntitiesOfType
(
    TSubclassOf< UDMXEntity > InEntityClass
) const

Remarks

Get an array with entities from the specified UClass, but not typecast.

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