Navigation
API > API/Runtime > API/Runtime/Engine
Misc. Iterator types
Template actor iterator.
| Name | TActorIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
Syntax
template<typename ActorType>
class TActorIterator : public TActorIteratorBase< TActorIterator< ActorType > >
Inheritance Hierarchy
- TActorIteratorBase → TActorIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructor for creating an end iterator | EngineUtils.h | ||
TActorIterator
(
const UWorld* InWorld, |
Constructor | EngineUtils.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TActorIteratorBase< TActorIterator > | EngineUtils.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ActorType * operator*() |
Returns the current suitable actor pointed at by the Iterator | EngineUtils.h | |
ActorType * operator->() |
Returns the current suitable actor pointed at by the Iterator | EngineUtils.h |