After calling Stop() in UpdateTimeCursorPosition (LevelSequencePlayer.cpp:392), we continue on to set TimeCursorPosition to NewPosition. At this point, NewPosition is beyond the end of the track. A ...
ClampedPow seems to have been added as a way to tackle common compile warnings and edge cases (particularly NaNs), but the code shouldn't be calling both an abs() then a max(). This causes negative ...
A user has reported a crash that is occurring on his Sony Xperia Z3, https://answers.unrealengine.com/questions/667998/4161-dev-build-app-crashes-on-start-unfortunately.html The user has attached ...
Services in the Behavior Tree sometimes don't work when the project is first loaded. The Behavior Tree will print a "missing service node" warning and the BT will remain inactive. This was reported ...
VR Preview Window is the wrong resolution, just showing the top left portion of the entire view. Somewhat similar symptoms to -[Link Removed]-, not exactly the same though. This issue has not be ...
The viewport is shifted by the IVideoRecordingSystem::SetRecording call. This problem occurs in play standalone mode and packaged build running as window mode. (not occur in fullscreen mode) The vie ...
It seems as though enabling the DTLS handler component no longer functions on Xbox, and it's possible enabling this packet handler no longer works on other platforms as well. It may also be worth in ...