When creating and declaring a Spline Component in code, placing an instance of a blueprint derived from that class in the level causes a failed import message to appear upon restarting the level. ...
A user reported an issue where, if a client hitches during world transition, the client will continue referring to the transition world instead of the newly created one. This will result in the clie ...
If you manually type in the value for Capsule Half Height, it will sometimes revert back to it's previous value upon hitting Enter. The CapsuleComponent's shape in the Blueprint's Viewport adjust to ...
It appears that FSlateApplication::OnControllerAnalog triggers a left mouse click to occur on mobile platforms. If developers haven't properly avoided hooking up delegates to the InputComponent for ...
After opening the GPU Visualizer window, pressing the "X" to close the window causes the editor to crash. ...
It appears that the Vertex Normals from Ribbon Particles are opposite of what is expected via the Default Particle System given both systems share the same alignment (Facing Camera) [Image Removed] ...
This is not a regression. Tested in //UE4/Release-4.27 CL#18319896 Movie Render Queue Deferred Lighting(Detail Lighting) appears to only output Lighting Only. ...
This is a trending crash coming out of the 4.18 release, and may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Jiras for similar callstacks in ...
If a static mesh component has Simulate Physics enabled, GetRelativeTransform() returns the value of world transform. ...
A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...