Unable to dynamically load an animation blueprint in a packaged game

UE - Gameplay - Jul 27, 2015

Dynamically loaded animation blueprints do not work within packaged product. Download the pre-made project from here: [Link Removed] ...

Analog Input does not work for network clients (AddMovementInput scale values other than 0 and 1 do not replicate for clients)

UE - Gameplay - Jun 26, 2015

If a value other than 0 or 1 (Ex. 0.1) is put into the 'Scale Value' parameter for the Add Movement Input node, any clients will respond as if the value is 1. User claims this worked in 4.6. ...

API version is incorrect for licensee versions

UE - Foundation - Core - Jun 26, 2015

Reported by a licensee: We currently force the MODULE_API_VERSION to be the same as our release of 4.8.0, even if licensees are using a custom version scheme. This can cause content that will refus ...

Clicking the GameMode Override dropdown in the World Settings tab crashes the editor

Tools - Jun 25, 2015

Clicking the GameMode Override dropdown in the World Settings tab crashes the editor. Also occurs with any of the sub-options for the GameMode. Does not appear to occur if there is not already an ex ...

Paper2D Set Sprite function in Construction requires mobility to be set to Movable

UE - Gameplay - Paper2D - Jun 23, 2015

If you set up a default Sprite in an Actor BP and in the construction script set the sprite to an Editable Sprite Variable, in order for the new sprite to show up mobility of Sprite and BP must be M ...

DynamicModifiersOnly navmesh generation mode doesn't work

UE - AI - Jun 22, 2015

When project is set up for Dynamic Modifiers Only navmesh generation the pathfinding simply doesn't work (due to missing navmesh). It does get generated properly in the editor, but is no longer ther ...

Regression for UPROPERTY specifier causing crash ("Template Mismatch during attachment") during PIE

UE - Foundation - Core - Jun 19, 2015

If the UPROPERTY() specifier "VisibleDefaultsOnly" or "EditDefaultsOnly" is used on a component reference that is attached to the root component selecting the actor with this component in the world ...

Android game packaged with obb outside apk does not create SaveGame directory on device

UE - Platform - Mobile - Jun 19, 2015

An apk packaged in 4.8 release with 'Package game data inside .apk' unchecked does not create a SaveGame folder in the device's directory and does not create a .sav file. File is saved if the SaveGa ...

Import options broken when importing bones-only fbx animation

OLD - Anim - Jun 19, 2015

This bug is being entered for integration purposes. This is already fixed in 4.9 Main with one of Lina's changes (CL:2584657). Wanted to try and get this into a 4.8 hotfix ...

OnPaint function causes artifacts to show up in a New Editor window

UE - Editor - UI Systems - Jun 17, 2015

If the the onpaint function is used it can cause the top and left sides of the screen to retain artifacts. Attached image for reference. ...