DataValidation System Implemented in EditorUtilityBlueprint Subsystem Crash

UE - Editor - Content Pipeline - Jul 24, 2023

Implementing data validation via an Editor Utility Blueprint works fine in the editor, but when run via the commandlet, the blueprint won't load the editor utility subsystems (i.e. Static Mesh Edito ...

Unable to load ASTC_HDR cube texture on IOS

UE - Rendering Architecture - RHI - Jul 24, 2023

Project include a hdr texture "desert_outer_hdr" Texture size is 512*512*6, compressed with ASTC 6x6 HDR profile Stride should be: ceil(512/6)*16 = 1376 bytes However, if connect to xcode debug, ...

Crash when converting non-WP maps containing landscape with OnlyMergeSubLevels enabled

UE - World Creation - Worldbuilding Tools - World Partition - Jul 21, 2023

When trying to convert a non-WP map with OnlyMergeSubLevels enabled crash after a while ...

Full Body IK does not work properly when root bone has large scale

UE - Anim - Rigging - Control Rig - Jul 20, 2023

FBIK becomes extremely unstable when the root bone scale has a value other than 1. ...

Hair Culled but still evaluated

UE - Graphics Features - Jul 19, 2023

Some style settings can not be modified on Editor Utility Checkbox widget

UE - Editor - UI Systems - UMG - Jul 18, 2023

Some style settings cannot be modified on the Editor variant of the checkbox widget (EditorUtilityCheckbox). This looks to be related to the style settings applied in FStarshipCoreStyle::SetupCheckb ...

Compilation error in Mac editor builds when adding UWorld::IsStreamingLevelBeingConsidered function

UE - World Creation - Worldbuilding Tools - Jun 30, 2023

This code passes the build when compiled using the windows editor (Visual Studio), but fails when compiled using the mac editor (XCode). Adding ENGINE_API to struct FStreamingLevelsToConsider and ex ...

[AI] FRecastNavMeshGenerator can leak build tasks when it is destroyed

UE - AI - Navigation - Jun 29, 2023

FRecastNavMeshGenerator does not cancel its async running tasks when destructing. This leads to leaking build tasks if any are running when the generator is destroyed. ...