Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library > API/Plugins/DMXRuntime/Library/UDMXLibrary > API/Plugins/DMXRuntime/Library/UDMXLibrary/ForEachEntityOfTypeWithBreak
References
Module | DMXRuntime |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXLibrary.h |
Include | #include "Library/DMXLibrary.h" |
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.