Get Physics Linear Velocity node does not return the correct values in UE5

UE - Simulation - Physics - Nov 24, 2021

The Get Physics Linear Velocity node seems to only output a vector of 0.0, 0.0, 0.0 no matter what the velocity of the object it's measuring is.  Tested in //UE4/Release-4.27 @ CL 17735300 and th ...

Level Bounds Calculated Incorrectly when using Particle System Components

Tools - Nov 20, 2016

If an Actor blueprint contains a particle system component (PSC), the Level bounds behave differently based on if the particle template is / is not Null. If the template is Null, Level Bounds stret ...

[CrashReport] FMacWindow::ApplySizeAndModeChanges | SWindow::ReshapeWindow()

UE - Platform - Apple - Dec 1, 2017

This is an infrequent Mac crash in 4.18. Users have not provided any descriptions of their actions when the crash occurred. The callstack is similar to both [Link Removed] and [Link Removed] Call ...

Unwanted black boundaries are displayed in a vertical split-screen with 3 players.

UE - Gameplay - Dec 2, 2019

Floating point error from UGameViewportClient::SplitscreenInfo causes this issue. FMath::TruncToInt( 3240 /*ViewportSize*/ * 0.333f/*Ratio in SplitScreenInfo*/ ) = 1079 I suggested a following t ...

CharacterMovementComponent: simulated proxy can go into falling due to linear velocity quantization when using custom gravity

UE - Gameplay - Components - Mar 8, 2024

The character movement component in  void UCharacterMovementComponent::SimulateMovement(float DeltaSeconds) evaluates whether to find the floor when simulating the movement of the simulated proxy ...

Changing "Coordinate Light Map Index" When "Generate Lightmap UVs" Is Enabled In A Static Mesh Crashes Engine

Tools - Dec 31, 2019

When altering "Coordinate Light Map Index" in a static mesh when "Generate Lightmap UVs" is enabled in LOD 0 the engine will crash or "Coordinate Light Map Index" will be set to 0. A demonstration ...

Get mouse X/ Get mouse Y returns zero after the user clicks the screen and mouse is shown

Tools - Mar 28, 2016

If the user has set show mouse set to true and clicks the screen the Get mouse x and Get mouse Y will no longer return anything other than 0.0 Additional notes: This does not appear to be a regress ...

Sounds not obeying Audio Volume Ambient Zone Settings

UE - Audio - Aug 31, 2016

Exterior Ambient Zone Settings are ignored by sounds played that are placed within the Audio Volume. As the documentation suggests, Ambient Zones define how Sound Actors located inside the associat ...

Asset values change when the Editor is out of focus when using Maya or Web Browser

Tools - Jul 18, 2018

When switching between any open software (Maya, web browser) and UE4 while Simulation is running, sometimes the values change on the asset and it starts to oscilate between <-0.6,0.6> or any other s ...

[CrashReport] UE4Editor_Kismet!FBlueprintGlobalOptionsDetails::CanDeprecateBlueprint() [blueprintdetailscustomization.cpp:5127]

UE - Gameplay - Blueprint Editor - Jul 19, 2017

This is a common crash affecting users in 4.15 and 4.16, affecting over 200 unique users so far. User Descriptionsattempt to import bp from example Source Context 5124 { 5125 // I ...