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