UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPawnIteratorObject Struct Reference

#include <PawnIterator.h>

Public Member Functions

APawn * operator-> () const
 
APawn & operator* () const
 
APawn * Get () const
 
bool operator== (const UObject *Other) const
 
bool operator!= (const UObject *Other) const
 

Friends

class FConstPawnIterator
 

Detailed Description

Wrapper object that tries to imitate the TWeakObjectPtr interface for the objects previously in the PawnList and iterated by FConstPawnIterator.

Member Function Documentation

◆ Get()

APawn * FPawnIteratorObject::Get ( ) const
inline

◆ operator!=()

bool FPawnIteratorObject::operator!= ( const UObject Other) const
inline

◆ operator*()

APawn & FPawnIteratorObject::operator* ( ) const
inline

◆ operator->()

APawn * FPawnIteratorObject::operator-> ( ) const
inline

◆ operator==()

bool FPawnIteratorObject::operator== ( const UObject Other) const
inline

Friends And Related Symbol Documentation

◆ FConstPawnIterator

friend class FConstPawnIterator
friend

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