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