UDMXLibrary::ForEachEntityOfTypeWithBreak

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 ForEachEntityOfTypeWithBreak
(
    TSubclassOf< UDMXEntity > InEntityClass,
    TFunction< bool *)> Predicate
) const

Remarks

Calls Predicate on all Entities of the passed in type. Return false from the predicate to break the iteration loop or true to keep iterating. 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