# Additional information

#### Functions are called on the player controller when a waypoint is:

* Created "newGPSLocation"
* &#x20;removed "removeGPSLocation

#### Events are called directly on the waypoint actor

* WhenWeArrived
* Cancelled
* onShow

#### Configurable variables

* Name \[Text, Default: Location]
* isReplicated \[Boolean, Default: false]

Circle:

* CircleColor \[LinearColor, Default: sRGB = 0098FFFF]
* AnimationUpdateTime \[Float, Default: 0,03]
* AnimationInterpSpeed \[Float, Default: 0,7]
* AnimationMinScale \[Vector, Default: (0.8,0.8,0.8)]
* AnimationMaxDistance \[Float, Default: 4000,0]

Widgets:

* Icon \[Texture2D, Default: T\_arrow\_marker]
* IconColor \[LinearColor, Default: sRGB = 0098FFFF]
* zOrder \[Int, Default: 100]
* WidgetOffset \[Vector2D, Default: (0.0, -75.0)]
* tooltip \[Text, Default: ""]
* TooltipWidget \[WidgetClass, Default: W\_GPSMenu\_Tooltip]

Beacon:

* showBeacon \[Boolean, Default: true]
* BeaconSize \[Float, Default: 1000,0]
