Placing 3 or more individual meshes in the foliage tool and creating a large amount of them dramatically reduces FPS

UE - World Creation - Worldbuilding Tools - Foliage - Jan 13, 2015

While the framerate has improved for 4.7 in regards to large amounts of foliage, when a user places a substantial amount of foliage into level and it has at least 3 different foliage meshes, FPS dro ...

Timeline tracks can be given the same name as existing execution inputs, and renaming them and compiling will cause a crash

UE - Gameplay - Blueprint - Jan 13, 2015

Timeline tracks can be given the same name as existing execution inputs, which causes some unusual behavior when dragging off the pin. Renaming them will rename the execution pin instead, and compil ...

Blend weight of animations passed to notifies are incorrect

OLD - Anim - Jan 13, 2015

It's currently not possible to prevent notifies from firing by setting their TriggerWeightThreshold. When stepping into the code that fires the notifies I found that the given InstanceWeight was alw ...

Structure variables in Child Blueprints do not maintain the default values set in their Parent Blueprints

UE - Gameplay - Blueprint - Jan 12, 2015

Values changed to an inherited Struct variable in a Child Blueprint will be kept after compile, but any not changed will be set to 0s. ...

Custom Events with duplicate input names will not compile

UE - Gameplay - Blueprint - Jan 12, 2015

Custom Events with duplicate input names will not compile. This does not occur immediately: creating two Custom Events with two identically named inputs will not cause a compile error, but if you re ...

PlaySoundAtLocation node not working in packaged IOS games

UE - Platform - Mobile - Jan 12, 2015

Sound queues set to play with "Play Sound at Location" node don't play on a game packaged for IOS. **NOTE** User workaround mentioned that sound will come out from connected bluetooth. ...

Sound Class Radio Filter Volume Functionality

UE - Audio - Jan 12, 2015

When creating a Sound Class and editing/applying the 'Radio Filter Volume' option, the sounds associated with the sound class seem to have their attenuation settings overridden or mixed in with an i ...

Crash with FBX with LODs when distance fields and Generated Lightmaps are enabled

UE - Graphics Features - Jan 12, 2015

DESCRIPTION: When importing a mesh with 1 or more additional LODs when Generate Mesh Distance Fields has been enabled via the Project settings will cause a crash if the import options include using ...

The "Release" function of a button fires off when changing focus from game to UI

UE - Editor - UI Systems - Jan 12, 2015

If the user in holding down a key and then uses the mouse to click on a button in UMG it will cause the key to fire off it's released execution. ...

When using the Delete key to delete a key frame for an animation in UMG the entire timeline is removed

UE - Editor - UI Systems - Jan 12, 2015

When using the delete key to remove a key frame from an animation timeline the entire timeline is removed. ...