AArchVisCharacter::GetViewRotation

Get the view rotation of the Pawn (direction they are looking, normally Controller->ControlRotation).

Windows
MacOS
Linux

Override Hierarchy

APawn::GetViewRotation()

AArchVisCharacter::GetViewRotation()

References

Module

ArchVisCharacter

Header

/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharacter.h

Include

#include "ArchVisCharacter.h"

Source

/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacter.cpp

Syntax

virtual FRotator GetViewRotation() const

Remarks

Get the view rotation of the Pawn (direction they are looking, normally Controller->ControlRotation).

Returns

The view rotation of the Pawn.

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