If an interface is called in a blueprint and then altered, the blueprint will receive a compile error until the interface is removed and re-implemented. ...
FPS drops in PIE when a widget is called that has text with no font selected. ...
If a user attempts to 'PIE' within a window that does not currently have focus, the 'PIE' will not execute. The user provided a video on his answerhub post which illustrates the issue clearly. In ...
While using a pawn sensing component in an actor, the actor will not respond to sound data that is within the radius of its hearing threshhold/LOS hearing threshold. Additional notes: This was a ...
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 ...