![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EngineUtils.h>
Public Member Functions | |
| FActorRange (const UWorld *InWorld, const EActorIteratorFlags InFlags=EActorIteratorFlags::OnlyActiveLevels|EActorIteratorFlags::SkipPendingKill) | |
Friends | |
| FActorIterator | begin (const FActorRange &Range) |
| FActorIterator | end (const FActorRange &Range) |
Actor range for ranged-for support. Note that when Playing In Editor, this will find actors only in CurrentWorld
|
inlineexplicit |
Constructor
| InWorld | The world whose actors are to be iterated over. |
| InFlags | Iteration flags indicating which types of levels and actors should be iterated |
|
friend |
|
friend |