UDMXLibrary::ForEachEntityOfTypeWithBreak

Calls Predicate on all Entities of the template type Return false from the predicate to break the iteration loop or true to keep iterating.

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 ForEachEntityOfTypeWithBreak
(
    TFunction< bool> Predicate
) const

Remarks

Calls Predicate on all Entities of the template type Return false from the predicate to break the iteration loop or true to keep iterating.

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