Using Set Actor Scale 3D in the Construction Script is not functioning as expected. If you set the scale to 1,1,1, you are still able to freely scale an instance of the object in the scene. However, ...
If the user connects Event Receive Draw up to a delay node and then connects the delay node to a draw texture node, the draw texture node will no longer render. ...
Need to add NetworkReplayStreaming to the list of PublicIncludePathModuleNames in Engine.Build.cs ...
A licensee has reported that when using Create Material Instance Dynamic and adjusting a material at run-time is not working with HLODs. It doesn't seem supported (yet) and unchecking the "merge m ...
When overlapping with another object while moving up stairs with a character, the overlap events (OnBegin / OnEnd) that occur will be called multiple times in an alternating fashion. This will also ...
When user sets their texture compression to BC7 while the project settings are set for Platform to only be Windows and use only DX11 this will cause any textures with this set to cause a crash when ...
This is a continuation of [Link Removed]. The previous ticket changed an Assertion to an Ensure in order to stop a crash from occurring, and stated that a more complete fix would be coming in 4.10. ...
If the a blueprint has an overlap event and that blueprint has a child actor component with an overlap event then the child can stop the parent from firing off an overlap event if the child also ove ...
When server traveling, client may crash due to lag while attempting to replicate object/property. ...
If the user switches between two variable types in a struct while the default values are being shown then the editor will crash ...