UDMXLibrary::ForEachEntityOfType

Calls Predicate on all Entities of the template type. This is the version without break.

Windows
MacOS
Linux

References

Module

DMXRuntime

Header

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

Include

#include "Library/DMXLibrary.h"

Syntax

template<typename EntityType>
void ForEachEntityOfType
(
    TFunction< void> Predicate
) const

Remarks

Calls Predicate on all Entities of the template type. This is the version without break.

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