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 ...

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 ...

Crash when adding multiple collision types to a mesh

Tools - Jan 27, 2017

Adding various collision types to a single mesh will cause it to hard crash the editor. No Crash Reporter window will open. Note that this happens with the user's mesh, but I was not able to repro ...

Ensure failure !bStaticCall nativizing blueprint calling blueprint function library function

UE - Gameplay - Blueprint Runtime - Jan 26, 2017

With exclusive nativization enabled and a blueprint calling a blueprint function library function a project fails to package due to an ensure failure !bStaticCall in BlueprintCompilerCppBackend.cpp. ...

Crash opening blueprint when a node class has been removed (e.g., anim blueprint with Ragdoll node with Immediate Mode plugin disabled)

UE - Gameplay - Blueprint Editor - Jan 26, 2017

Crash occurs when the user attempts to open an anim blueprint containing the Ragdoll node, when Immediate Physics is disabled. ...

Second UVs wiped when using Merge Actors Tool

UE - World Creation - Worldbuilding Tools - HLOD - Jan 26, 2017

The merge actor tool no longer saves additional UVs used for the merged mesh. This was not the case in 4.13, but in 4.14 and later this information is no longer present. Also worth noting is that i ...

UObjectLibary::RemoveObject removes from the wrong array

UE - Gameplay - Jan 26, 2017

The UObjectLibrary::RemoveObject function has mixed up logic inside of it that causes it to remove objects from the incorrect array. It currently removes from the Objects array if bUseWeakReferences ...

Physics Asset created with Limited Default Angular Constraint Mode will have Free Angular Constraints on editor restart

UE - Simulation - Physics - Jan 26, 2017

REGRESSION No, occurs in 4.14. When creating a physics asset with Default Angular Constraint Mode set to Limited, if the user saves and restarts the editor without making any edits, the constraint ...

User Defined Enums may lose their display names on upgrade to 4.15

UE - Gameplay - Blueprint - Jan 26, 2017

Some users are reporting that User Defined Enums are losing their display names when upgraded to 4.15. ...