FControlRigBlueprintActions::CreateNewControlRigAsset is crashing in ResolveObjectHandleNoRead. Looking at the control rig in UControlRigBlueprint::Serialize, it's marked as pendingkill but I'm uns ...
The crash log shows Error: Ensure condition failed: MyMemory->RequestID != INDEX_NONE [UE5\Engine\Source\Runtime\AIModule\Private\BehaviorTree\Services\BTService_RunEQS.cpp][Line: 93]. Other logs ha ...
If a DataTable Asset is created with a Row Structure that contains a member variable of type Curve, the Editor will crash when attempting to open it while it has no rows. It will also crash when edi ...
UWorld::ComponentOverlapMultiByChannel and internally, the call to FBodyInstance::OverlapMulti, misses overlaps and blocking hits when the PrimComp's (the component used to test overlaps) mesh uses ...
USkeleton class only performs Add or Empty operations on the LinkupCache array and has no Remove, so the number of LinkupCache can keep increasing in some cases (A description in Step to Reproduce s ...
A user encountered an issue with Landscapes not rendering once baked with GPU Lightmass. The user was using Ray Tracing. If using normal CPU Lightmass baking, landscape remains the same. ...
Panning/Zooming in Normalized view is constantly shuffling your view around.. See Attached Video: [Link Removed] ...
This is happening because UEnhancedPlayerInput::UEnhancedPlayerInput is attempting to load the IMC asset, but if your triggers are defined outside the engine module then it would trigger a load of t ...
UDN users have reported hangs in the material editor when editing specifi material instances. This seems to be a threading bug, as CompileDebugViewModeShaders() is waiting for a shader compilation ...
In UE5.2, there seems to be a problem with the initialization of the reloaded LevelSequenceActor. SequencePlayer->Initialize is not called in ALevelSequenceActor::InitializePlayer() and Tick regist ...