UDMXLibrary::FindEntityIndex

The finds the index of an existing entity.

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

int32 FindEntityIndex
(
    UDMXEntity * InEntity
) const

Remarks

The finds the index of an existing entity.

Returns

The index of the entity or INDEX_NONE if not found or the Entity doesn't belong to this Library.

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