Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSelectedActorIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSelectedActorIterator
(
const UWorld* InWorld |
Constructor | EngineUtils.h | |
| Constructor for creating an end iterator | EngineUtils.h | ||
FSelectedActorIterator
(
const UWorld* InWorld, |
Constructor | EngineUtils.h |
FSelectedActorIterator(const UWorld *)
Description
Constructor
| Name | FSelectedActorIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
FSelectedActorIterator
(
const UWorld * InWorld
)
Parameters
| Name | Remarks |
|---|---|
| InWorld | The world whose actors are to be iterated over. |
FSelectedActorIterator(EActorIteratorType)
Description
Constructor for creating an end iterator
| Name | FSelectedActorIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
FSelectedActorIterator
(
EActorIteratorType
)
FSelectedActorIterator(const UWorld *, const TSubclassOf< AActor >)
Description
Constructor
| Name | FSelectedActorIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
FSelectedActorIterator
(
const UWorld * InWorld,
const TSubclassOf < AActor > InClass
)
Parameters
| Name | Remarks |
|---|---|
| InWorld | The world whose actors are to be iterated over. |
| InClass | The type of actors to be iterated over. |