Using the "Automatic" option to compress animation results in crash 100% in UE4.10 but does not occur in UE4.9.2. *Regression ...
Most GameMode classes cannot be set in Blueprints. Only Set Default Pawn Class and Set HUD Class have Setters available in Blueprints (the Getters are all still available). Reproduced in 4.8.0 and ...
Foliage instances are behaving strangely when playing splitscreen multiplayer in a single instance window. The instances will cull in and out of visibility depending on the size of the current playa ...
When using Replicated Movement, certain combined linear/angular movements cause the client to freeze for several seconds and then catch up to the server. This is a regression from 4.21.2 (CL-4753647 ...
When a macro takes in a two Wildcard inputs and two Wildcard outputs connecting a variable to one assigns the value of all the outputs even if they don't connect (check attached image). You can see ...
VR template in 4.24 binary engine works but not with blank project + steam guide setup. And, migrated working project from 4.23 also leads to same issue. working set(vr template) seems to have cor ...
A crash occurs when entering the console command, 'Freezerendering' in a packaged Windows 64 bit project. The freezerendering command is used for debugging and performance purposes. An interesting ...
While testing in //UE4/Release-4.16 CL 3466753 in Binary – I encountered a crash when deleting, undoing, then re-deleting the NavMeshBoundsVolume and RecastNavMesh.UE_LOG(LogObj, Fatal,TEXT("Renamin ...
FDateTime is not correctly formatted by As Date Time when using any dates before January 1st, 1970. From a conversation on Slack with MaxP: this is probably an underflow the ICU based string format ...
Setting a parent and child static mesh scale to negative effects the rotation on child movement This is a regression. Worked in 4.11.2. User Description: We have a simple project example (see att ...