Enabling the Online Framework Plugin in a Binary build of the editor (download from the Epic Games Launcher) causes packaging attempts to fail due to a file that is missing. This does not occur in s ...
The implementation of UMGSequencePlayer::Play and UMGSequencePlayer::Pause are not conducive to being able to efficiently pause and resume animations. Some problems that need to be addressed: 1. ...
When you set the rotation rate of a Rotating Component so that the moved actor reaches exactly 90 or -90 pitch, it stops rotating for a few seconds. ...
Unable to package a CPP project with Bitcode enabled "the github branch uses' GitDependencies' which downloads additional files such as the physx file in question which has the problem" mac/Bina ...
The Editor is failing to track or receive input from connected SteamVR motion controllers during a launch on. It appears that the editor isn't locating the action manifest. If the user enters VR Pr ...
DID NOT OCCUR IN BP FPS PROJECT - might be ContentExamples specific This issue does not occur when forward shading is disabled. Viewport error reads: TOO MANY OVERLAPPING SHADOWED MOVABLE LIGHTS ...
There's actually two issues going on here: 1. The REINST references are incorrect, and due to [Link Removed]. 2. Blueprint created components will always have different names between the instance ...
It appears that networking insights data is not being gathered when a delay capture is started with the "trace.send" or "trace.start" command. If we were starting from the application startup time w ...
It's possible for there to be multiple instances of the same sequence in the evaluation states cache if the same sequence is used in multiple sub-sections. Caches are never removed from the evaluat ...
When using a DM and applying force via blueprints with event tick will cause a crash. Workaround: Using a timer instead will not cause any crash even with very low values. Crashreporter: [Link Re ...