TActorRange

Template actor range for ranged-for support.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineUtils.h

Include

#include "EngineUtils.h"

Syntax

template<typename ActorType>
class TActorRange

Remarks

Template actor range for ranged-for support.

Constructors

Name Description

Public function

TActorRange

(
    UWorld* InWorld,
    TSubclassOf< ActorType > InClass,
    EActorIteratorFlags InFlags
)

Constructor

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