[CrashReport] UE4Editor_MovieScene!FMovieSceneEvaluationTrack::EvaluateStatic() [moviesceneevaluationtrack.cpp:445]

UE - Anim - Sequencer - Apr 11, 2018

No comments from users in crash group 442 void FMovieSceneEvaluationTrack::EvaluateStatic(FMovieSceneSegmentIdentifier SegmentID, const FMovieSceneEvaluationOperand& Operand, FMovieSceneConte ...

AutoCreateRefTerm does not provide a way to specify that a TArray property within a struct should have a default value created for it if none is provided

UE - Gameplay - Feb 9, 2018

The current implementation of AutoCreateRefTerm does not allow for a default value to be automatically created for a TArray contained within a struct that is passed into a function as a parameter. I ...

If a component is added to a subclass after a Blueprint has already been created using that subclass, and a hot reload is performed, the new component is not editable in the Blueprint.

Tools - Jan 29, 2015

Adding a component to a subclass after the component was declared in the parent class results in the component not being editable if a Blueprint had already been created using the subclass. This onl ...

Procedural Mesh Component Memory leak when destroyed from an Array

UE - Gameplay - Oct 15, 2018

When destroying an Actor with a Procedural Mesh Component; that is stored in an Array Variable, the memory for that Actor's Procedural Mesh Component is not cleared, leading to a Memory Leak. Howeve ...

Web Browsers widget components stop accepting input when toggling visibility with a delay if there is more than 5 browsers

UE - Editor - UI Systems - UMG - Dec 5, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 Web Browsers widget components stop accepting input when toggling visibility with a delay if there is more than 5 browsers. This onl ...

Crash exiting play in vr preview with -Vulkan and Oculus Rift

UE - Platform - XR - Dec 22, 2017

Editor crashes after exiting a play in vr session with -Vulkan enabled Exclusive to Oculus Rift ...

A project using the Script Plugin will not open in a binary version of the Engine that is created from an Engine built from source code

UE - Foundation - Build - Rocket (Installed Engine) - Feb 1, 2017

Trying to open a project that uses the Script Plugin in a binary version of the Engine that has been created from an Engine built from source code will fail. The Engine is looking for the file Unrea ...

Crash when using Consolas font on Android SDK 24

UE - Platform - Mobile - Mar 29, 2017

A licensee reported that using the Consolas font on Android will cause the game to crash. I've narrowed it down to only occurring in the Android 24 SDK and on the ASTC configuration. Using Android(A ...

A Blueprint containing an array Swap node will fail to be nativized.

UE - Gameplay - Blueprint - Jul 17, 2020

Blueprint assets that utilize an array "swap" node to swap elements cannot currently be converted to C++. Current workaround: Either avoid use of the "swap" node or exclude the Blueprint asset from ...