FPawnIteratorObject

Wrapper object that tries to imitate the [TWeakObjectPtr](API\Runtime\Core\UObject\TWeakObjectPtr) interface for the objects previously in the PawnList and iterated by [FConstPawnIterator](API\Runtime\Engine\Engine\FConstPawnIterator).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Syntax

struct FPawnIteratorObject

Remarks

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

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Const

APawn *

 

Get()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const UObject* Other
)

Public function Const

APawn &

 

operator*()

Public function Const

bool

 

operator==

(
    const UObject* Other
)

Public function Const

APawn *

 

operator->()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss