Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APawn
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h |
| Include | #include "GameFramework/Pawn.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Pawn.cpp |
void SetRemoteViewPitch
&40;
float NewRemoteViewPitch
&41;
Remarks
Set Pawn ViewPitch, so we can see where remote clients are looking. Maps 360.0 degrees into a byte
Parameters
| Name | Description |
|---|---|
| NewRemoteViewPitch | Pitch component to replicate to remote (non owned) clients. |