Additional information

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

  • Created "newGPSLocation"

  • 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]

Last updated