Set Actor Enable Collision doesn't turn off collision for Child Actor Components

UE - Gameplay - Jan 30, 2017

Set Actor Enable Collision doesn't turn off collision for Child Actor Components. User expects it to do so because other nodes like Set Hidden in Game work on the entire actor and the API explains i ...

Collision is not generated for Planes

UE - Gameplay - Jan 30, 2017

Single Planes do not generate collision on import or with the Convex Decomposition window. Workaround: box Collision can be added via the Collision > Add Box Simplified Collision. I checked as fa ...

Unexpected Changes in Saturation/Contrast of Colors when upgrading project to 4.15

UE - Graphics Features - Jan 30, 2017

When upgrading a project to 4.15 (in my case from 4.14.3), the colors seem to have shifted in contrast/saturation. It is not a huge difference, but noticeable enough to affect the overall result of ...

GetSubPaths does not return any paths when used in Standalone

Tools - Jan 30, 2017

Using the GetSubPaths command in Standalone does not return any paths. From the answerhub user's research, it seems that CachedPathTree in AssetRegistry.cpp is not being initialized like it is in ei ...

Tooltip window is not click-through on Linux

UE - Platform - Linux - Jan 30, 2017

When the mouse is hovering over an asset, the asset cannot be selected/clicked if the tooltip pops up under the mouse. This does not occur on Windows and the asset can still be selected even if the ...

Editor Crash when Add Client button is used

Tools - Jan 30, 2017

If the "Allow late joining" option is turned on in Editor Preferences, using the Add Client button in PIE will cause a crash on Exit. Crash happens immediately if using VR Preview ...

Paper sprite causes package to fail when Blueprint Nativization Method is set to inclusive

UE - Gameplay - Blueprint Runtime - Jan 30, 2017

Paper sprite causes package to fail when Blueprint Nativization Method is set to inclusive ...

Level Blueprint zoom value is different for different templates.

Docs - Samples - Jan 30, 2017

I'm not sure where to set this value, but it's extremely noticeable when the value defaults to -7 and you go and place a node and it looks like a colorful square smaller than your fingernail. I tri ...

Local player's Motion Controller input appears to control remote client's Motion Controller Components on listen server

UE - Platform - XR - Jan 30, 2017

By default, the local motion controller would move remote player's motion controllers as well. Add the following to the beginning of the tick function in the MotionControllerPawn blueprint makes it ...

Rep Notify is not getting called on the client

UE - Networking - Jan 30, 2017

I've been looking into replicating HMD movement across the network I found a thread where there was an example "MPRepro" to show the how to do this, but testing that example, I see behavior where ...