UDMXLibrary::ForEachEntityOfType

Calls Predicate on all Entities of the passed in type.

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

void ForEachEntityOfType
(
    TSubclassOf< UDMXEntity > InEntityClass,
    TFunction< void *)> Predicate
) const

Remarks

Calls Predicate on all Entities of the passed in type. This is the version without break. Casting is left to the caller.

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