UE Plugin

BP_Vehicle

Description

This blueprint is a parent blueprint for vehicles. When you click on the vehicle, it will display a widget (WI_POI_Coala_Vehicle) and the route it is driving along as a spline. Animated behaviors shall be defined on derivatives of this blueprint.

Events

Init

Saves references and stop data (transportation type, tripId, trip, agency). Initiates Widget.

Show/Hide Widget

Displays widget. Spawns spline object to display route and sets spline points according to the available route data. Cleans up said spline object on Hide Widget.