Licensee is experiencing an issue where GetTeamAttitude is being called before the AI Controller's Construction event. This results in the warning "GetTeamAttitudeTowards - Pawn is null!" being outp ...
In ChaosVehicleMovementComponent::CalcThrottleBrakeInput, autobrake is set when a vehicle is stopped - this means that when the car is virtually stationary, the BrakeOut inout parameter is always 1. ...
When using the "Switch Engine Version" option in the uproject's right click menu to change a project's engine association, switching to 4.16 and attempting to launch the project forces the project t ...
When using the DisplayName specifier in a UFUNCTION that has a return (anything other than void), the DisplayName does not apply to the function's name in the My Blueprints panel after being overrid ...
This crash seems to be related to or a continuation of [Link Removed], where that specific CrashGroup stopped receiving new crashes after the 4.10 release. This one has occurred from 4.13 - 4.15 (s ...
Recent changes in the MeshReductionManagerModule::StartupModule() have introduced issues where it won't respect what reduction modules have been set in the config file. This is a big issue for plugi ...
For map placed blueprint actors with components with property modifications, when triggering Reset Instance Changes to Blueprint Default from the actor instance's Details panel, any components with ...
Calling UMoverComponent::IsModifierActiveOrQueued() immediately after calling UMoverComponent::K2_QueueMovementModifier() will return false. Checking the code, IsModifierActiveOrQueue() calls FindMo ...
Having a blueprint open during PIE causes a significant drop in performance. Having multiple blueprints open can almost render more complicated projects unplayable. The user has reported 120 fps wi ...
Plugin fails compile in 4.11 / 4.12 due to redefinition of class/struct type (locally). AH user reported LNK2005 error when compiling in 4.11 Regression: YES? - Project with the attached plugin co ...