| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawn.h |
Include |
#include "GameFramework/SpectatorPawn.h" |
class ASpectatorPawn : public ADefaultPawn
SpectatorPawns are simple pawns that can fly around the world, used by PlayerControllers when in the spectator state.
Name | Description | |
---|---|---|
|
ASpectatorPawn ( |
Name | Description | ||
---|---|---|---|
|
void |
LookUpAtRate ( |
Called via input to look up at a given rate (or down if Rate is negative). |
|
void |
TurnAtRate ( |
Called via input to turn at a given rate. |
Name | Description | ||
---|---|---|---|
|
void |
PossessedBy ( |
Overridden to avoid changing network role. |