Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AController
Description
Returns Player's Point of View For the AI this means the Pawn's 'Eyes' ViewPoint For a Human player, this means the Camera's ViewPoint
@output out_Location, view location of player @output out_rotation, view rotation of player
Derived Overrides
| Name | GetPlayerViewPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h |
| Include Path | #include "GameFramework/Controller.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Controller.cpp |
UFUNCTION (BlueprintCallable, Category=Pawn)
virtual void GetPlayerViewPoint
(
FVector & Location,
FRotator & Rotation
) const