Loading a blueprint that uses the GetOptions meta data causes an ensure

UE - Gameplay - May 6, 2020

Loading a blueprint that uses the GetOptions meta data causes an ensure ...

Overriding a subobject's class in a native base class can lead to that component being null in derived Blueprints (FObjectInitializer::SetDefaultSubobjectClass)

UE - Gameplay - Blueprint Compiler - Jun 10, 2021

Overriding a subobject's class in a native base class can lead to that component being null in derived Blueprints.  ...

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

Crash filtering for animation sequence with Content Examples animation level open - Assertion failed: MorphTargetWeights.Num() == SkeletalMesh->MorphTargets.Num()

OLD - Anim - May 27, 2016

Editor crashes in Content Examples when the user filters for Animation Sequences while having the Animation level open. I was not able to reproduce this crash in UE4/Main. ...

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

Raytraced reflection doesn't work with high roughness

UE - Graphics Features - Lumen - Oct 30, 2020

Even when the max roughness for raytraced reflections is set to 1, they seem to be blended away at far below that value. For projects (e.g. film,vfx) where quality trumps speed it would be valuable ...

[CrashReport] UE4Editor_Renderer!FSceneRenderer::CreateWholeSceneProjectedShadow() [shadowsetup.cpp:1978]

UE - Graphics Features - Oct 2, 2017

This is a trending crash coming out of the 4.18 Previews. Users have not provided any descriptions of their actions when the crash occurred. Source Context 1964 // Determine the amount o ...

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

[CrashReport] Undo crash - FD3D11DynamicRHI::RHIDrawIndexedPrimitive() [d3d11commands.cpp:1650]

UE - Graphics Features - Nov 2, 2017

This is a trending crash coming out of 4.18, although it also occurred with less frequency in 4.16 and 4.17. The callstack shares similarities to [Link Removed] and [Link Removed], and the user com ...