Crash occurs after right clicking a Modify Curve node in an Animation Template Blueprint

UE - Anim - Jan 17, 2023

This is not a regression. Tested in //UE5/Release-5.0 CL20979098. The editor crashes when right clicking a Modify Curve node in an Anim Graph of a Animation Template Blueprint. ...

Crash when creating a USkeletalMeshComponent inside a UMotionControllerComponent

UE - Anim - Runtime - Jan 11, 2023

This is not a Regression. Tested in //UE5/Release-5.0 CL23058290. Crash occurs when creating a USkeletalMeshComponent inside a UMotionControllerComponent when applied to a Character. Commenting out ...

[CrashReport] UE4Editor_MovieSceneTools!FPropertySection::GetPropertyValue<float>() [propertysection.h:70]

UE - Anim - Sequencer - Sep 20, 2017

This is a somewhat common crash in 4.17. Users have not provided any descriptions of their actions when the crash occurred. Source Context 58 /** Gets the current value of the property w ...

Cvars sections in Sequencer behaving incorrectly when using MRQ

UE - Anim - Sequencer - MRQ - Aug 9, 2023

Some key lines in the code:Engine\Source\Runtime\MovieSceneTracks\Private\TrackInstances\MovieSceneCVarTrackInstance.cpp:177 --> Apply   CVar when entering sectionEngine\Source\Runtime\MovieSceneTra ...

Blueprints not marked dirty when variables in referenced actors are renamed

UE - Gameplay - Blueprint Compiler - Feb 20, 2018

Blueprints using renamed variable do not indicate that they need to be recompiled. (However errors are shown on play) It is possible to not see an error if you add a variable with the same name as ...

[CrashReport] UE4Editor_CoreUObject!StaticAllocateObject() [uobjectglobals.cpp:2305]

UE - Gameplay - Jan 24, 2018

Comments from users:I was simply syncing my project with the git repository at the end of it, it crashed with this errorperforce resync ...

StaticMesh->RenderData->LODResources[0].IndexBuffer empty in Standalone games.

UE - Gameplay - Nov 14, 2014

GetArrayView is returning incorrect values in Standalone games. The correct values are returned when played in Editor. ...

[CrashReport] UE4Editor_Kismet!FBlueprintEditorToolbar::GetStatusImage() [sblueprinteditortoolbar.cpp:669]

UE - Gameplay - Blueprint Editor - Aug 15, 2017

This is a trending crash coming out of the 4.17 release. Users have not provided descriptions of their actions when the crash occurred. Source Context 658 switch (Status) 659 { ...

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled

UE - Platform - Mobile - Sep 5, 2018

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled. Also seeing Gradle errors if SteamVR plugin is disabled. Setting min version to 14 ...

Crash on Check Always Create Physics State on Simulated Skeletal Mesh

UE - Gameplay - Components - Jun 25, 2015

When you place a Skeletal Mesh using a Simulated Physics Asset into a Blueprint, check Always create a Physics State and Save BP, crash. [Link Removed] Also reproduced in Main Promotable-CL-259954 ...