Navigation
Unreal Engine C++ API Reference > Runtime > Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
Include | #include "EngineUtils.h" |
Syntax
class FActorRange
Remarks
Actor range for ranged-for support. Note that when Playing In Editor, this will find actors only in CurrentWorld
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FActorRange
(
const UWorld* InWorld, |
Constructor |