UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLocalPlayerIterator Class Reference

#include <UnrealEngine.h>

Public Member Functions

 FLocalPlayerIterator (UEngine *InEngine, class UWorld *InWorld)
 
void operator++ ()
 
ULocalPlayeroperator* () const
 
ULocalPlayeroperator-> () const
 
 operator bool () const
 

Protected Member Functions

void GetCurrent ()
 

Protected Attributes

TArray< classULocalPlayer * >::TConstIterator Iter
 

Constructor & Destructor Documentation

◆ FLocalPlayerIterator()

FLocalPlayerIterator::FLocalPlayerIterator ( UEngine InEngine,
class UWorld InWorld 
)
inline

Member Function Documentation

◆ GetCurrent()

void FLocalPlayerIterator::GetCurrent ( )
inlineprotected

◆ operator bool()

FLocalPlayerIterator::operator bool ( ) const
inlineexplicit

◆ operator*()

ULocalPlayer * FLocalPlayerIterator::operator* ( ) const
inline

◆ operator++()

void FLocalPlayerIterator::operator++ ( )
inline

◆ operator->()

ULocalPlayer * FLocalPlayerIterator::operator-> ( ) const
inline

Member Data Documentation

◆ Iter

TArray<classULocalPlayer*>::TConstIterator FLocalPlayerIterator::Iter
protected

The documentation for this class was generated from the following file: