Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
Description
Input callback to move forward in local space (or backward if Val is negative).
Virtual Inheritance
- ADefaultPawn::MoveForward → ARoundPlanetPawn::MoveForward
| Name | MoveForward |
| 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 MoveForward
(
float Val
)
Parameters
| Name | Remarks |
|---|---|
| Val | Amount of movement in the forward direction (or backward if negative). |