Converting a 4.10 project that includes the Substance Plugin to 4.11 will fail to compile. Workaround: Disabling / removing references to the plugin will allow the project to convert successfully. ...
On project upgrade, SubImageIndex breaks until you re-assign SubUV Animation Attached project is a 4.11 project, you'll need to Open a Copy in 4.12 or 4.13 ...
There seems to be an issue with replicated attachments ending up causing cyclical setups resulting in crash on clients. It was reported for 5.2 but even after patching up code it seems to occur. ...
The sphere cast module has some custom HLSL that calls QueryMeshDistanceFieldGPU, the signature for the function changed, but the HLSL wasn't updated to match so it fails to compile. ...
The licensee has been using a custom CVAR to launch directly into PIE for a world partition level. Since updating to 5.4, this now causes an editor crash. The main factor appears to be whether or no ...
Users are experiencing crashes when using the AimOffset and Blendspace graphs. I am unable to reproduce this locally, but judging by the Bugg in crash reporter, this is not an isolated incident. [ ...
While testing in KiteDemo - //UE4/Release-4.16 CL 3420042 in Binary – When the editor autosaved I noticed a warning occurred in the output log. – Issue occurs during any Save operation. User can use ...
Editor crashes when using a Soundfield Submix with any encoding setting (Unreal, Oculus, Resonance). Assertion failed: IsSoundfieldSubmix() && SoundfieldStreams.Settings.IsValid() [File:D:\build\++U ...
This code passes the build when compiled using the windows editor (Visual Studio), but fails when compiled using the mac editor (XCode). Adding ENGINE_API to struct FStreamingLevelsToConsider and ex ...
Calling the r.DistanceFieldAO command does not work in Shipping Game. It is being called from inside the level blueprint with the "Execute Console Command" node. In the example projects I have it ...