Adding an actor with a default property track immediately after opening a sequence will crash the editor

UE - Anim - Sequencer - Aug 14, 2020

If an actor has default property tracks set up in the Project Settings, adding that actor to a level sequence through C++ will crash the editor. This seems to stem from the creation of the default p ...

CoreSymbolication.framework fails to load on macOS 11 Big Sur

UE - Platform - Apple - Aug 20, 2020

CoreSymbolication.framework has moved, likely into the system library cache. The function, FApplePlatformSymbolication::EnableCoreSymbolication probably needs to be updated in order to accommodate.d ...

Crash in UEditorEngine::ToggleBetweenPIEandSIE when ejecting from Play In Editor while starting a multiplayer session

Tools - Aug 24, 2020

UE4Editor crashes when we eject from a Play In Editor session while starting a multiplayer session. ...

Get Playback Range from sequencer scripting gives tick rate frame numbers instead of display rate

UE - Anim - Sequencer - Aug 26, 2020

Sequencer scripting will return the tick rate frame number for Get Playback Range instead of the display rate frame number. This differs from similar functions, and will result in unexpected results ...

RVT sample texture param ignores groups.

UE - Graphics Features - Sep 3, 2020

RVT texture sample params ignore groups and ignore existing groups. ...

Crash editing Transition Logic after deleting State and Transition in State Machine

UE - Anim - Runtime - Anim Blueprints - Sep 8, 2020

Attempting to click on a node in a Transition Logic that has been opened in a new tab will cause a crash when the correlating State node and it's transition have been deleted from the State Machine. ...

Creating a new user defined struct with the same name as a native declared struct crashes the editor (e.g., "MyStruct" which already exists for some reason)

UE - Gameplay - Blueprint Editor - Mar 31, 2020

Error message:Fatal error: [File:G:/UE4/Projekte/4.25/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp] [Line: 2503] Couldn't bind to native struct STRUCT_REINST_MyStruct_0. Headers nee ...

Animation insights crash with linked anim graphs

OLD - Anim - Aug 25, 2020

From this UDN: https://udn.unrealengine.com/questions/601647/animation-insights-crash.html Looks like we need to cache the function index in FAnimNode_LinkedAnimGraph::DynamicLink and apply the sa ...

Cloth painter hangs while pressing H to preview the masks

UE - Simulation - Physics - Character - Sep 8, 2020

The DerivedDataCache for the whole SkeletalMesh doesn't need to be rebuilt while previewing the mask painting, since it will be rebuilt when exiting the painter anyway.  ...