Using the ServerTravel console command to switch to a different level while a physics vehicle is in the current level will trigger an assert. ...
When attempting to import a texture that has a non-opaque alpha content and compressing using the "masks (no sRGB)" texture compression setting, pixels that are in the alpha channel are being weight ...
GetOverlappingActors will return a value when used immediately after OnComponentEndOverlap. Putting a delay after the OnComponentEndOverlap call will result in GetOverlappingActors to return null, s ...
A Blueprint that references a macro from a macro library cannot be saved if the macro is deleted and then the deletion is undone. The following error is given: Can't save ../../../../../../UnrealEn ...
When creating a level with BSPs UV settings that are applied do not persist after building. Regression: Yes Working: CL-2386410 Broken: CL-2467323 ...
A Blueprint created from Actors in the level does not preserve the relationship (hierarchy and transforms) of both components. Reproduced in 4.8.3 binary, 4.9 Release (//depot/UE4-Releases/4.9/Prom ...
Event Receive Draw HUD renders in the wrong location when using GearVR. In the PIE the location is correct, but not when rendered on the device. See images for better context. This is a regressio ...
Before UE4.12 A user could drag a folder and its sub-directories from the Finder in Windows into the Content Browser and it would keep the folder structures. Now, doing the same results in the asset ...
When running the construction script of an actor blueprint, user-defined variables are reset to NULL each time the script is run. This seems inconsistent, as if the variables are set to Expose on S ...
Tracks don't reset to default actor state when "Active" is disabled Tags: inactive Sequencer ...