RPCs do not work in a class with no properties

UE - Networking - Mar 25, 2017

NetFields are not initialized for classes without properties, preventing RPCs from working. Should just be a matter of removing the PropertyLink check in UClass::SetUpRuntimeReplicationData. See UDN ...

Crash when modifying BP custom event after deleting BP function

UE - Gameplay - Blueprint - Mar 24, 2017

If a BP function contains a Create Event node, deleting the function will cause the editor to crash when modifying any custom event of that BP. Regression: No - same behavior occurs in 4.14.3 Binar ...

Opening / Compiling class with ChildActorComponent causes the ChildActor package to be marked dirty.

UE - Gameplay - Components - Mar 24, 2017

Looks like this is a problem where the Actor is Duplicated due to constructions scripts running. Later, when the duplicate is destroyed all of its components will call RemoveOwnedComponent as they'r ...

Skeletal Mesh Component Anim to Play Window Too Small

Tools - Mar 24, 2017

In an Actor Blueprint, in the Skeletal Mesh Component's detail panel, the "Anim to Play" window is too narrow and only shows a small portion of the selected animation name. (See attached image.) Re ...

Character floats off of ramp when walking into a wall that is slightly sloped

UE - Gameplay - Player Movement - Mar 24, 2017

Character floats off of ramp when walking into a wall that is slightly sloped. The wall angle is well above the walkable floor angle but the character seems to start walking up the wall regardless. ...

Distance Field AO not Rendering in VR

UE - Platform - XR - Mar 24, 2017

Distance Field Ambient Occlusion does not render in VR. I mentioned to the user reporting this issue, that using DFAO is more than likely disabled by default due to the baseline cost of using the ' ...

Renaming BP Components will break links to sequencer tracks

UE - Anim - Sequencer - Mar 24, 2017

Some modifications to BP Components will break links to sequencer tracks ...

Daydream enabled projects limits supported devices in Google Play

UE - Platform - Mobile - Mar 24, 2017

When enabling Daydream on Android devices and uploading it to Google PlayStore, the devices are lowered to 7. ...

Fade track is not affected by "Restore State" flag

UE - Anim - Sequencer - Mar 24, 2017

Fade track is not affected by "Restore State" flag Regression: Sort of. Restore State wasn't available in 4.14, but the default behavior would leave the screen black Worked: 3249277 (4.14.3) Bro ...

Child Blueprint Dirties parent when opening

UE - Gameplay - Blueprint Compiler - Mar 24, 2017

An Actor with a child class component will cause the parent to become dirty by opening the child. Regression: This issue did not occur in 4.14.3 of the binary builds ...