ASpectatorPawn::LookUpAtRate

Called via input to look up at a given rate (or down if Rate is negative).

Windows
MacOS
Linux

Override Hierarchy

ADefaultPawn::LookUpAtRate()

ASpectatorPawn::LookUpAtRate()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawn.h

Include

#include "GameFramework/SpectatorPawn.h"

Source

/Engine/Source/Runtime/Engine/Private/SpectatorPawn.cpp

Syntax

virtual void LookUpAtRate
(
    float Rate
)

Remarks

Called via input to look up at a given rate (or down if Rate is negative).

Parameters

Parameter

Description

Rate

This is a normalized rate, i.e. 1.0 means 100% of desired turn rate

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