Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TPlayerControllerIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealEngine.h |
| Include Path | #include "UnrealEngine.h" |
Syntax
template<class T>
struct TPlayerControllerIterator
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| LocalOnly | TBasePlayerControllerIterator< T, true > | UnrealEngine.h | |
| ServerAll | TBasePlayerControllerIterator< T, false > | UnrealEngine.h |