ForEachEntityOfTypeWithBreak

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

ForEachEntityOfTypeWithBreak

(
    TFunction< bool> ...
)

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

Public function Const

void

 

ForEachEntityOfTypeWithBreak

(
    TSubclassOf< UDMXEntity > InEntityC...,
    TFunction< bool*)> ...
)

Calls Predicate on all Entities of the passed in type.

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