Steam friends list is duplicated when opened for a second time in the packaged version of Shooter Game

UE - Networking - Jun 29, 2015

If a user is logged into a Steam account with between 1 and ~10 friends (Max depends on resolution, as it'll push the excess off the screen) and they open the friends list multiple times, it'll dupl ...

Sequences in sub-levels only fire events in the persistent level

UE - Anim - Sequencer - Mar 28, 2016

Sequences in sub-levels only fire events in the persistent level. I don't know if they're expected to be firing in all levels or just the sub-level ...

Compilation manager inhibit construction script to get other actor reference on the level when running construction script right after actor compile.

UE - Gameplay - Blueprint - Aug 9, 2017

Construction script execution following blueprint compile gets invalid actor reference if Blueprint compilation manager is enabled. For example, in the attached project, Right after blueprint compi ...

Override Attenuation Can't be Unchecked When Audio Component Added to Blueprint and Blueprint Attached to Actor

UE - Audio - Dec 20, 2017

Checking Override Attenuation in Details <  Audio Component < Attenuation disables settings that further adjust the Attenuation. Such as: Attenuation Air Absorption, Attenuation Listener Focus, Atte ...

OnHit not firing when capsule collider passes onto very close and same height mesh

UE - Simulation - Physics - Sep 10, 2019

When a capsule collider passes from the top of one piece of geometry to another that is very close the OnHit event doesn't fire. I have attached a project that demonstrates the issue in 4.23. A vid ...

Swapping the Child Actor Class of a ChildActorComponent back to a previously selected BP leads to an Editor crash from illegal Renaming

UE - Gameplay - Components - Sep 11, 2024

A fatal error occurs if we change a Child Actor Class from one BP (ex. "BP_A") to a different BP ( ex. "BP_B") and later change it back to the first BP (ex. "BP_A") without compiling the BP between ...

naming box collision in player character renames overlap begin event in actor calling player character

UE - Gameplay - Blueprint - Jan 28, 2016

naming box collision in player character renames overlap begin event in actor calling player character ...

Same-named variables of other classes listed as references in blueprint

UE - Gameplay - Blueprint - Aug 14, 2015

If a variable in a blueprint is the same name as a referenced variable from another blueprint, using "find references" on the local variable will return references to both the local and the external ...

'Is Case Sensitive' option on the Switch on String node doesn't toggle correctly

UE - Gameplay - Apr 22, 2015

'Is Case Sensitive' option on the Switch on String node doesn't toggle correctly. User Description: The "Is Case Sensitive" option when you use a switch on string function in blueprint doesn't wor ...

FVoiceSerializeHelper doesn't add references to AudioComponent instances

UE - Networking - Apr 28, 2015

"FVoiceSerializeHelper doesn't add references to AudioComponent instances" ShooterGame crashes when following the repro steps provided by the licensee, listed below and on the UDN post. Crash image ...