Was attempting to repro [Link Removed] in //UE4/Main when I hit the following crash ...
If the max number of jumps is 'n', jumping from the ground allows for 'n' jumps, but walking off a ledge and then jumping only allows for 'n-1' jumps. Ex: If Jump Max Count is set to 3 (triple jump ...
Deactivated components are ticking one additional time after being deactivated. ...
When converting a surface type to a string value and printing to screen it will return the display name in PIE and Standalone game. In a packaged project or launched from the editor it will display ...
Changing the name of a physical surface that has already been applied to a physical material will cause a crash, if you try to reapply the renamed physical material from default. The physical materi ...
Logs aren't being saved on Android devices, even when the source files are updated to reflect output logs. However, they were working in 4.12. iOS logs are showing up in shipping. ...
The ActorPositionWS BP node calls GetActorWorldPosition() in HLSL which references Primitive.ActorWorldPosition. But GetActorWorldPosition() is not protected by an #if HAS_PRIMITIVE_UNIFORM_BUFFER ...
Game mode override isn't working when rendering a Sequence Regression: YES Working: 4.14 Release CL:3164219 Broken 4.15 Dev-Sequencer CL:3164583 ...
Cannot render more than one shot in a Master Sequence Regression: YES Worked: 3164219 4.14 Releases Broken: 3164583 4.15 Dev-Sequencer ...