Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FSelectedActorIterator > FSelectedActorIterator
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
Include | #include "EngineUtils.h" |
FSelectedActorIterator
&40;
const UWorld &42; InWorld,
const TSubclassOf< AActor > InClass
&41;
Remarks
Constructor
Parameters
Name | Description |
---|---|
InWorld | The world whose actors are to be iterated over. |
InClass | The type of actors to be iterated over. |