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