[CrashReport] UE4Editor_ShaderCore!FVertexFactory::Set() [vertexfactory.cpp:180]

UE - Graphics Features - Jul 5, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Source Context: 165 return *VertexFactoryTypeIt; 166 } 167 } ...

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

Rotate Around Point Niagara Module causes jittering with Linear Force

UE - Niagara - Dec 1, 2022

Regression: Tested in UE5/Release-5.0, this issue also occurs meaning regression is no. The Niagara System appears to jitter whenever a force is applied after the Rotate Around Point module. If the ...

Using both an Atmospheric and Exponential Height Fog will cause an issue rendering Translucency-based Materials

UE - Graphics Features - Jul 10, 2014

Using both an Atmospheric and Exponential Height Fog will cause an issue rendering Translucency-based Materials.  (See Screenshots below) IMPACT:                   Cannot use both Atmospheric Fog ...

Unexpected corrections when sliding against other characters

UE - Gameplay - Player Movement - Oct 19, 2023

We are seeing unexpected movement corrections sometimes when pushing one player character up against another character that isn't moving, or against other static primitives that have round features ...

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