Exporting a spawnable through Python doesn't work

UE - Anim - Sequencer - Jan 29, 2020

Crash importing morph targets with animation and opening it in animation editor

UE - Graphics Features - Mar 31, 2017

Lina encountered a crash when importing the attached FBX file with morph targets and animation, and then opening it in the animation editor. I was not able to reproduce this issue in QAGame (her re ...

Crash on Package When Using Nativizing Animation Blueprint Has AnimGraph Connected with Enum

UE - Gameplay - Blueprint - Dec 3, 2019

If an AnimNode connected with Enum and AnimBP is nativized, the package will occur crash. Following settings is solve this issue. [BlueprintNativizationSettings] +ExcludedBlueprintTypes=/Script/En ...

Need addElement and addElements to allow single insertion instead of to all elements with matching tag

UE - Platform - Mobile - Aug 1, 2017

Since multiple dict tags can be in a plist, not just the top level, need to be able to specify to only insert once. Adding an optional once="true" attribute to these commands in UPL will allow this ...

Actor Component properties can become "linked" across multiple Blueprints after a hot reload

UE - Gameplay - Components - Dec 3, 2018

If code in an Actor Component class is changed (eg. a new UPROPERTY is added) and a hot reload is performed to implement the changes, the properties in the component can become linked across any Blu ...

State Machine events "Left State Event" and "Fully Blended State" not firing when animation is sequence is playing

UE - Anim - Gameplay - Aug 28, 2019

State Machine events "Left State Event" and "Fully Blended State" not firing when animation is sequence is playing at the moment you enter/leave the state. ...

HotReload: Static Mesh property reset on custom Static Mesh Component in Pawn Blueprint when a public property is changed to private in the parent Static Mesh Component code class

UE - Gameplay - Blueprint - Aug 24, 2018

Performing a Hot Reload after changing some properties in a custom Static Mesh Component code class from public to private appears to reset the static mesh set for any Pawn Blueprints that use that ...

Linked animation graph doesn't trigger anim notifications on dedicated server.

OLD - Anim - Jun 15, 2020

Linked animation graph doesn't trigger anim notifications on dedicated server. There is no expected message in log: LogBlueprintUserMessages: [HitReact_AnimBP_C_0] Client 0: HitNotify IsServer: tru ...

[CrashReport] OpenGL - FRenderResource::ReleaseResource()

UE - Graphics Features - Sep 14, 2017

This is an infrequent but longstanding Linux crash that has occurred since 4.11. This is not a Linux-specific crash and can happen on Windows too (see [Link Removed]). ...

Crash: nullptr in FindViewComponentForActor when ActorComponent is attached to Character with Camera Component.

UE - Gameplay - May 17, 2019

Selecting an Actor with a Camera and a C++ inherited Blueprint Component that has sub-components,then compiling the BP component leads to a crash. Upon Debugging the Crash Call Stack: FindViewComp ...