Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...
Media asset fails to play in packaged game. There was a bug entered [Link Removed] which is similar, but dealt with standalone play mode as well. The standalone issue seems to have been fixed since ...
Components derived from scene component reset vector location upon closing and re-opening editor. This does not happen to scene components or other child components within a blueprint. Regression ...
Having multiple viewports open causes the wrong viewport to be rendered inside the headset. Positional/Rotational tracking is still updating correctly in the preview window. Closing the wrong view ...
Event Receive Draw HUD renders in the wrong location when using GearVR. In the PIE the location is correct, but not when rendered on the device. See images for better context. This is a regressio ...
Compile errors in AnimBP when using latent functions. Does not occur in Blueprints, only AnimBPs. Error Default value 'execute' for Value is invalid: ''execute' is not a valid enumerant of '<EMo ...
When an instanced mesh that is added in the construction script is far enough away from the root component and has it's lighting baked the shadow will not render or will render incorrectly. This w ...
Attempting to paste a task that contains decorators does not paste it near the mouse location, and pastes it off screen instead. Found in 4.11.2 binary. Reproduced in 4.12 Preview 4 binary and Main ...
Building 4.10 from the GitHub release branch on Linux fails to open after install and instead crashes User Suggested Fix: Switching triangle order optimization off with r.TriangleOrderOptimization= ...
If a block comment is used above the UCLASS Macro, leading spaces before the start of the comment causes UHT to fail and the solution to fail compile with a "Missing 'UCLASS' in Class declaration" e ...