Constraints (UTickableConstraint) are usually created throuh the "Animation" tab available in the Editor's "Animation Mode". When created through that interface while Sequencer is open, the internal ...
An editor-only ensure can trigger during BP compilation when garbage collection cleans up transient components created as part of component replacement. During recompilation, old component instances ...
Opening the maps from the Soul: City asset pack on Linux causes a crash. This seems to be rendering related. It was originally reported as a Vulkan specific issue but we've reproduced it without Vul ...
FNiagaraParameterStore::UnbindAll() may be called from both GameThread and RenderingThread. Each may modify the same Binding array, it causes infrequent crashes. In my environment, I was able to r ...
Editor Crashes when working in QAGame TM-Sequencer_EventTrack - TCString<TCharType>::Strlen(InName) This Assert happens randomly throughout the repro-steps. I am unsure what about the process cause ...
When an Actor Component contains an Instanced UObject array marked EditDefaultsOnly, adding a new element to the Blueprint defaults correctly updates the Blueprint and its own Property Matrix. Howev ...
From the body of the ticket: We aim to do as much of the work off the game thread as possible to avoid impacting frame rate. We've recently found a crash during collection of the geometry slices fr ...
If a static mesh component has Simulate Physics enabled, GetRelativeTransform() returns the value of world transform. ...