Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
Description
Input callback to strafe right in local space (or left if Val is negative).
Virtual Inheritance
- ADefaultPawn::MoveRight → ARoundPlanetPawn::MoveRight
| Name | MoveRight |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/RoundPlanetPawn.h |
| Include Path | #include "RoundPlanetPawn.h" |
| Source | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Private/RoundPlanetPawn.cpp |
virtual void MoveRight
(
float Val
)
Parameters
| Name | Remarks |
|---|---|
| Val | Amount of movement in the right direction (or left if negative). |