FBX Bulk Export Dialog Not Showing Network Drives

Tools - Nov 7, 2016

When trying to bulk export FBX assets networked drives don't appear in the dialogue window. *The user has noted that networked drives do appear if you export a single asset.* ...

sg.EffectsQuality does not seem to update once set in the devices profiles or .ini file

UE - Platform - Mobile - Nov 7, 2016

Effects Quality settings within the device profiles, or even set in the .ini file seem to be ignored. Even when you're calling sg.effectsquality in the console command, it's ignored. The only way I ...

Morph Targets Get Overridden By APEX Cloth

UE - Simulation - Physics - Character - Nov 4, 2016

Using a material element with Apex cloth will override the morph targets so that they have no effect. This issue didn't exist in 4.10 and seems to have been introduced in 4.11 due to the many optim ...

Default subobjects do not get PostLoad called

UE - Gameplay - Components - Nov 3, 2016

PostLoad function is not called for blueprint components added through code. Regression: Yes In 4.12.5 (CL 3039270) code components do have PostLoad called if other components are not added throug ...

Force Feed back does not fire off when called on actor destroyed

UE - Gameplay - Input - Nov 3, 2016

Force Feed back does not fire off when called by an on destroyed event ...

Crash In Material Editor When Previewing A Node

UE - Graphics Features - Nov 3, 2016

When previewing a blank texture sampler in the material editor while the HLSL window is open, you can assign a texture to the texture sampler and crash the engine. ...

Custom Events with Default parameter names causes an internal compile error

UE - Gameplay - Blueprint - Nov 2, 2016

Custom Events with Default parameter names causes an internal compile error User Description: I'm not sure if it's a bug,but I post it in bug reports in case it is.Here is the problem: create a c ...

Spotlights Transform Strangely When Scaled Within A Blueprint

UE - Graphics Features - Oct 31, 2016

When scaling an actor with a spotlight component that is offset from local 0,0,0 the spotlight will invert itself when passing into negative scale values. In the test project this only occurs on the ...

Fade track applies fade to all players, regardless of whether or not they are playing the sequence

UE - Anim - Sequencer - Oct 28, 2016

The fade track currently iterates over all UWorlds and adjusts the fade on the first player controller of each world. This means that the fade will be set for all players in a networked game, even t ...

Last Index Node Changes Size And Shape Unexpectedly

UE - Gameplay - Blueprint - Oct 28, 2016

The Last Index node will change size and shape in way that isn't consistent with other nodes when at certain zoom levels. These levels are -1, -7, or -10 respectively. ...