UnrealBuildTool fails to build generate project files or build if the project is stored on a non-HFS partition

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 29, 2016

When a user attempts to compile a project that is stored on a non-HFS partition on OSX, UBT fails to build due to files that are being generated that start with ".". The user's proposed fix is to ha ...

TwoBoneIK continues to use TakeRotationFromEffectorSpace even when EffectorLocationSpace is in WorldSpace

UE - Anim - Rigging - Mar 29, 2016

User checks bTakeRotationFromEffectorSpace before changing EffectorLocation from BoneSpace to WorldSpace. Once set to World Space, the 'End Effector' section of properties becomes hidden and bTakeRo ...

New Third Party Plugin does not compile on Mac and Linux and prevents project from opening

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 29, 2016

When the plugin wizard is used to create a new third party plugin and restart the editor as prompted, there is a prompt to rebuild the plugin/project. On Windows this rebuild happens successfully a ...

Can Ever Affect Navigation Option Being Reset Upon PIE

UE - AI - Mar 29, 2016

Upon PIE, the Can Ever Affect Navigation option is being reset on the capsule component of an empty character. Dragging the empty character into the level, setting the option to true, and then playi ...

UUserWidget::bIsFocusable serialization issues

UE - Editor - UI Systems - Mar 29, 2016

See repro steps. Workaround Unset and set bIsFocusable on widget's class will allow bIsFocusable to be set and persist on the nested instance. ...

Traveling away from, then back to the original map in multi-process PIE with the editor as a client causes an assert

UE - Networking - Mar 28, 2016

An assert is triggered in this case because in multi-process PIE, if the editor is a client, the PIEInstance of the world context remains at -1 (see UEditorEngine::PlayInEditor). If this client inst ...

Sequences in sub-levels only fire events in the persistent level

UE - Anim - Sequencer - Mar 28, 2016

Sequences in sub-levels only fire events in the persistent level. I don't know if they're expected to be firing in all levels or just the sub-level ...

Any events in sequencer fire at frame 0 when set to looping

UE - Anim - Sequencer - Mar 28, 2016

Any active events fire at frame 0 when the sequence loops ...

SetTextureParameterValue stopped working with Dynamic Material Instances (from Blueprints)

UE - Graphics Features - Mar 28, 2016

Textures in Post Process Blueprints do not update with Dynamic Material Instances. Scalar and Vector Parameters update as expected, but Textures do not. Note This was attempted with both a materi ...

Changing value of a struct variable collapses the details panel

UE - Gameplay - Blueprint - Mar 28, 2016

While working with a struct. If the user changes the value of a variable the info panel auto-collapses. The user than has to re-expand the info-panel and work their way back to the place they left o ...