Summary A UInputTriggerChordAction does not fire when the action it references (the "chording action") is mapped in a different Input Mapping Context with a lower priority than the IMC containing the ...
FRegisterComponentContext::Process() in ActorComponent.cpp iterates over SendRenderDynamicDataPrimitives and calls SendRenderDynamicData_Concurrent() on each. The existing guard checks ::IsValid(Pri ...
This issue is fallout from the changes in 33851494. Prior to that, we didn’t get the pop on beginning the sim. The problem appears to be that in USkeletalMeshComponent::PerformBlendPhysicsBones we ...
Regression introduced in UE 5.7. Works correctly in UE 5.6. Up to UE 5.6, the bool value written to the Visibility track's BoolCurve was the inversion of the underlying bound property (e.g. AActor: ...
When loading thumbnails in FLinkerLoad::SerializeThumbnails, the level asset has two thumbnails. The first one has a size of 0, which causes the loading process to abort early. Since the actual thum ...
When continuously transitioning to UMG animations that have a track targeting the same material parameter within the UUserWidget::OnAnimationFinished event, the number of source inputs to UMovieScen ...
Can we add the field on construction instead of on Tick to avoid the performance overhead caused by creating too many components? ...
When a Curve Atlas Row Parameter node is used with a Texture Sampler connected to the curve time input, the sample type uses derivative ops. This has negative performance implications for Nanite co ...
Context In actor blueprints, you can change an inherited component’s class in the editor by selecting it in a child blueprint and changing its Component Class in the Details panel. Problem When o ...
Crash / null pointer dereference in FNiagaraEditorModule::PrecompileDuplicate(). File: Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraCompiler.cpp Function: FNiagaraEditorModule::Pre ...