Cannot Set Visibility for a 3D widget component that is applied to Screen space

UE - Editor - UI Systems - May 5, 2015

User Can hide a 3D widget component that is in world space. However, if they use a widget component that has been switched to Screen space this is no longer possible. List of ways that do not work ...

Android audio is still audible at 0 volume

UE - Audio - May 4, 2015

Android audio uses -30 dB as minimum volume but it should be lower. ...

Net Cull Distance does not work with Pawn only Character

UE - Gameplay - Player Movement - May 4, 2015

Licensee also posted on Asnwerhub here, https://answers.unrealengine.com/questions/220787/bug-net-cull-distance-doesnt-work-when-the-player.html Also Reproduced in Main Promotable-CL-2535351 & Rele ...

Sockets are scaling with imported transformation and passing scaling to attached

OLD - Anim - May 4, 2015

When Skeletal Meshes are imported with a uniform scale, the attached socket will take these scales and pass it along to any object attached to the socket. This is particularly obvious for users who ...

Add Particle System Component Template Context not functioning

UE - Gameplay - Blueprint - May 4, 2015

Also Reproduced in Main Promotable-CL-2535351 In the Add Particle System Component node, there is a Component Template Context input which does not seem to function and establish a template for the ...

Replicated variables defined in Actor Component blueprints do not actually replicate

UE - Networking - May 1, 2015

Replicated properties defined in an actor component blueprint are not being replicated because UActorComponent::GetLifetimeReplicatedProps isn't adding the blueprint properties to the OutLifetimePro ...

Timer significantly lowers FPS as compared to tick running the same function

UE - Gameplay - May 1, 2015

Timers set to a low time setting, but that are not set lower than tick, have a significant impact on FPS as compared to tick when updated a large number of objects at the same time. ...

Custom Blend Graph read only after copy/paste of State Nodes

OLD - Anim - Apr 30, 2015

When copy/pasting a state network, if any transition has Custom Blend Logic, the Custom Blend Graph becomes read only in the pasted version. ...

'Set Playback Position' node fires Timeline event even if 'Fire Events' is set to false

UE - Gameplay - Apr 30, 2015

'Set Playback Position' node fires Timeline event even if 'Fire Events' is set to false. User Description: Basically using the set playback position node to set a new time position for a timeline ...

Details panel is cleared when a component with the mobility setting of "Non-Scene Component" is selected and the compile button is pressed

UE - Gameplay - Blueprint - Apr 30, 2015

If the user has a component that is of the mobility setting of "non-Scene Component" selected and this hits the compile button, the details panel will be cleared. The following are example compone ...