[Soundfield Submix] - Editor crashes when PIE using a Soundfield Submix

UE - Audio - Submixes - Nov 16, 2022

Editor crashes when using a Soundfield Submix with any encoding setting (Unreal, Oculus, Resonance). Assertion failed: IsSoundfieldSubmix() && SoundfieldStreams.Settings.IsValid() [File:D:\build\++U ...

UDIM textures have default Tiling Method set to Wrap but causes incorrect filtering on edges.

UE - World Creation - Worldbuilding Tools - World Composition - Mar 6, 2020

UDIM textures have default Tiling Method set to Wrap but causes incorrect filtering on edges. It should be set to Clamp or Mirror by default. ...

GAS: RemoveReplicatedLooseGameplayTag on unadded tag causes it to be replicated

UE - Gameplay - Gameplay Ability System - Nov 17, 2022

A UDN user found that calling AbilitySystemComponent->RemoveReplicatedLooseGameplayTag(TagToRemove); while the gameplay tag was not in the TagMap, will create an entry for it with count 0, see ...

UWorld::GetNetMode returns incorrect value during UGameInstance::StartPlayInEditorGameInstance

UE - Networking - Jan 19, 2023

During PIE instance initialization, there seems to be a window during which UWorld::GetNetMode will not return the expected value: before the instance's NetDriver has been created but after UGameIns ...

Toggling a Spline component from an open/closed loop through bp's isn't reflected

Tools - Jan 19, 2015

Toggling a Spline component from an open/closed loop through bp's isn't reflected ...

bIgnoreAllPressedKeysUntilRelease behaves differently for triggers in EnhancedInputAction and triggers in InputMappingContext

UE - Gameplay - Input - Aug 10, 2023

For actions that are triggered on the Input mapping context, simply adding or removing an InputMappingContext with no related key override with the bIgnoreAllPressedKeysUntilRelease option will caus ...

User Play Space Rot does not change anything in Client Play Camera Shake

UE - Gameplay - Jun 11, 2015

User does not change anything in Client Play Camera Shake. Reproduced in 4.8 and Main (//depot/UE4/Promotable-CL-2581498). This is a Regression: it works as expected in 4.7.6 ...

NiagaraSystem is compiled every time when first loaded in the editor

UE - Niagara - May 20, 2022

If you are using a large amount of Niagara, you will experience excessive load times in PIE even if nothing is changed. The following code change seems to be effective as an interim response. void ...

PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node

UE - Gameplay - Jun 18, 2015

PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node. https://answers.unrealengine.com/questions/243791/camera-ticks-but-does-not-update.html User Descriptio ...

[CrashReport] UE4Editor_Engine!UAnimSequenceBase::GetAnimationPose() [animsequencebase.h:148]

OLD - Anim - Aug 22, 2017

This is an intermittent crash coming out of the 4.17.1 release. I have not been able to find any record of this occurring in 4.17.0, so it may actually be a regression with the hotfix. Users have ...