Context The Visual Logger is a powerful debugging tool to create and record visual representations, and allows people to review the data. Problem The problem is that it does not record things don ...
Currently, the SButton and SBorder widgets multiply the color and opacity during OnPaint before calling the super (SCompoundWidget::OnPaint). This causes the operation to be done twice, since the co ...
Assertion failed: SoundWave->GetPrecacheState() == ESoundWavePrecacheState::InProgress The above assertion fail was seen when played in standalone mode. Play-In-Editor mode (PIE) is working as exp ...
APlayerController::ClientStartOnlineSession() checks PlayerState at the start of a game after loading a level. Due to time needed to load in, client player state may may return NULL ...
It works correctly in 5.0.3. ...
Several users have reported crashes where the Heightfeild loaded from the DDC and physical material list do not match. Suggest adding the number of physical materials to part of the cooked heightma ...
Sub-menus disappear when using Linux in a remote session in launcher build of UE Release 5.5.4. ...
Changing the state of a PrimitiveComponent->BodyInstance while SetSimulatePhysics(false) updates the game thread but does not update the physics behavior. In the repro project provided (see addl in ...
Sometimes manual recompile is required to make a blueprint actually recompile data-only changes, but not always. If the last manual compile was with default values, then changes are not updated. If ...
Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled. Also seeing Gradle errors if SteamVR plugin is disabled. Setting min version to 14 ...