ForEachEntityOfType

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

ForEachEntityOfType

(
    TFunction< void> ...
)

Calls Predicate on all Entities of the template type. This is the version without break.

Public function Const

void

 

ForEachEntityOfType

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

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