Duplicating a blueprint that implements an interface and then removing that interface will cause compile errors that don't occur if the interface was removed from the original BP

UE - Gameplay - Blueprint Editor - Aug 1, 2020

See steps to reproduce. Looks like the fixup when saying Yes to "Would you like to transfer the interface functions to be part of your blueprint" doesn't work correctly on the duplicated BP. Inter ...

Increment and decrement nodes return the incorrect value

UE - Gameplay - Blueprint - Jun 23, 2015

Increment and decrement nodes return the incorrect value User Description: Getting the result of the Increment Macro seems to be incrementing the variable twice. Very confusing. Is this normal? ...

Event not saved correctly when duplicating Level Sequence

UE - Anim - Sequencer - Nov 21, 2019

This issue is similar to [Link Removed]. But I tested the shelve 10164190 mentioned in the comments. It didn't work. ...

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. ...

Calling SetupAttachment/AttachToComponent with 'this' as the parent inside a USceneComponent subtype's C++ ctor for nested component subobjects will result in all instances of the nested default subobject trying to attach to the CDO at registration time.

UE - Gameplay - Nov 16, 2016

This occurs because the 'AttachParent' property is a UPROPERTY, and as a result when we create a new instance of a USceneComponent subtype, any USceneComponent subtypes it owns are treated as instan ...

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 ...

GPU Particle Collision causes shaking when set to bounce with low resilience.

UE - Niagara - Jul 27, 2016

A particle emitter with GPU sprites on certain settings will shake violently as they collide with the ground. This requires there to be a strong Const Acceleration module and Collision with low resi ...

Moving all the related assets to another folder at once leads to reference lost in the contents browser.

UE - Editor - Content Pipeline - Content Browser - Aug 23, 2017

Moving all the related assets into another folder leads to reference lost. This can be tested out using ShooterGame project. Also you can find materials in the skeletal mesh lost its texture. This ...

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 ...