Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TActorDescList
| Name | TConstIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/ActorDescList.h |
| Include Path | #include "WorldPartition/ActorDescList.h" |
Syntax
template<class ActorType>
class TConstIterator : public TActorDescList< DescType >::TBaseIterator< true, AActor >
Inheritance Hierarchy
- TActorDescList::TBaseIterator → TActorDescList::TConstIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstIterator
(
typename BaseType::ListType InActorDescList, |
WorldPartition/ActorDescList.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BaseType | TBaseIterator< true, ActorType > | WorldPartition/ActorDescList.h |