The project sample Multiplayer Shootout in the Learn tab is crashing on start up with 4.7.4 Crash does not occur on 4.8. Tested by Patrick.D on Main CL-2498147 Pass in 4.7.5 dev. - CKC 2503383 ...
Copying a call to a Custom Event or Function in another Blueprint and pasting it in the Blueprint the Custom Event or Function comes lives in will cause a compile warning or failure. In 4.7.5 it giv ...
If a user is logged into a Steam account with between 1 and ~10 friends (Max depends on resolution, as it'll push the excess off the screen) and they open the friends list multiple times, it'll dupl ...
This is simple, but maybe hard to explain, so hear with me. I've attached a sample project and Repro Steps below in case it's not clear. Basically: 1. Make BP_Parent with an unassigned Mesh (Stati ...
I've attached a project with the necessary materials that demonstrate this issue. I would expect that just because a Set Material Attributes node is inside a material graph it wouldn't affect the de ...
This comes from this UDN : [Link Removed] It occurs with this setup : [Image Removed] , where Set Material Attributes expressions act as inputs to the Landscape Layer Blend material expression. ...
Characters with disabled Net Load on Client are loaded twice on a Standalone Client. This does not occur on the Server. This only occurs in Standalone, not in PIE nor in packaged games. Reproduced ...
Disabling collision of an actor after an overlap event will cause the event to fire twice This is working properly in 4.10-2674146 User Description: Calling on "Set Actor EnableCollision" or "Set ...
Workaround 1: 1. Change HierarchicalInstancedStaticMesh.cpp in either of the following ways:void{{ FHierarchicalStaticMeshSceneProxy::GetDynamicMeshElements(const TArray<const FSceneView*>& Views, c ...
The AND node always calculates all inputs, even if the first input fails as False. Probably related to [Link Removed] (currently unresolved, but a Select node-specific fix is mentioned in the comme ...