Description

UWheeledVehicleMovementComponent no longer has an IsFalling variable. It originally inherited from UPawnMovementComponent which it gained this variable from but now inherits directly from UMovementComponent instead.

Regression?: Yes
This did not occur in 4.13.2
This does occur in 4.14.0

Steps to Reproduce
  1. Create a project based off the Advanced Vehicle Template
  2. Open the vehicle's blueprint
  3. Try to get IsFalling
    Result: There is no IsFalling boolean variable
    Expected: There should be an IsFalling boolean varaible

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

1
Login to Vote

Fixed
ComponentUE - Gameplay
Affects Versions4.144.15
Target Fix4.15
Fix Commit3246341
Main Commit3389599
Release Commit3246341
CreatedDec 8, 2016
ResolvedJan 4, 2017
UpdatedApr 27, 2018
View Jira Issue