Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library > API/Plugins/DMXRuntime/Library/UDMXLibrary
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ForEachEntityOfTypeWithBreak
(
TFunction< bool(EntityType*)> Predicate |
Calls Predicate on all Entities of the template type Return false from the predicate to break the iteration loop or true to keep iterating. |
![]() ![]() |
void | ForEachEntityOfTypeWithBreak
(
TSubclassOf< UDMXEntity > InEntityClass, |
Calls Predicate on all Entities of the passed in type. |