[Audio Insights] - Insights continues to display virtual sounds after they have stopped being active

UE - Audio - Audio Insights - Jan 27, 2024

Virtual loops continue to be displayed in Audio Insights even after the sound has stopped being active for certain cases. This also occurs when stopping PIE while a sound is virtual. The sound will ...

Include option to use ViewTarget's location when determining relevancy

UE - Networking - Jan 26, 2024

When determining relevancy for an actor based on distance, the location of the player's view point is always used if it is available, rather than the location of the view target (see FNetViewer and ...

FlushPressedKeys doesn't clear EventAccumulators, resulting in stale data

UE - Gameplay - Input - Jan 26, 2024

From the user:  The root of the problem appears to be that KeyState.EventAccumulator still has events stored in the structure for 'LeftAlt'. So, although UPlayerInput::FlushInput is called when the ...

Having two Play Persistent Audio modules in Niagara will only play the first sound

UE - Niagara - Jan 24, 2024

Only one Play Persistent Audio module will work at a time in a Niagara emitter. ...

Warning spam when binding the "Frame" property of the HeterogeneousVolumeComponent on the Sequencer

UE - Niagara - Cinematics - Jan 24, 2024

I think it doesn't like the "bPlaying == false" expression for the EditCondition meta tag on the UPROPERTY... You also get these warnings every single time the Sequencer plays through a keyframe on ...

Blueprint Instanced Variables Data Erased

UE - Gameplay - Blueprint - Jan 17, 2024

Instanced variables were given a fix in response to this issue: [Link Removed] Once implemented, when the project is compiled the data from the blueprint instanced variable is removed. A recommend ...