Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/RoundPlanetPawn.h |
| Include | #include "RoundPlanetPawn.h" |
| Source | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Private/RoundPlanetPawn.cpp |
virtual void MoveRight
(
float Val
)
Remarks
Input callback to strafe right in local space (or left if Val is negative).
Parameters
| Name | Description |
|---|---|
| Val | Amount of movement in the right direction (or left if negative). |
See Also
APawn::AddMovementInput()