I want to add a vehicle model to ut3 but cant find any tutorials on youtube.
Anyone have any links to some video tutorials?
Anyone have any links to some video tutorials?
// on BeginPlay PlayVehicleAnimation('hatch_open_idle'); // when player enters PlayVehicleAnimation('hatch_close'); // when player leaves PlayVehicleAnimation('hatch_open');
// on BeginPlay PlayVehicleAnimation('door_closed_idle'); // when player enters PlayVehicleAnimation('door_action'); // when player leaves PlayVehicleAnimation('door_action');
Comment