![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EngineUtils.h>
Public Member Functions | |
| TActorRange (const UWorld *InWorld, TSubclassOf< ActorType > InClass=ActorType::StaticClass(), const EActorIteratorFlags InFlags=EActorIteratorFlags::OnlyActiveLevels|EActorIteratorFlags::SkipPendingKill) | |
Friends | |
| TActorIterator< ActorType > | begin (const TActorRange &Range) |
| TActorIterator< ActorType > | end (const TActorRange &Range) |
Template actor range for ranged-for support.
|
inlineexplicit |
Constructor
| InWorld | The world whose actors are to be iterated over. |
| InClass | The subclass of actors to be iterated over. |
| InFlags | Iteration flags indicating which types of levels and actors should be iterated |
|
friend |
|
friend |