Prefix Parameter Names checkbox does not work as expected, and the Group names are unmodified. The value "UMaterialFunction::bPrefixParameterNames" does not appear to be used anywhere in the Engine ...
FGeomTools2D::GenerateConvexHullFromPoints can result in a point cloud that is not convex or doesn't completely cover the full area from the source points. ...
Direct link with macOS Sequoia seems to be broken as Twinmotion cannot detect the Direct Link source, it seems the data is properly written in the cache directory. ...
When a component is removed from a class that exists as an instance with external actors enabled, a deleted BP component on an actor will remain referenced by the instance. Disabling External Actor ...
A licensee who built their game on top of Lyra has reported that OnSpawn abilities, which is a feature provided by the LyraGameplayAbility base class via its ActivationPolicy, have a chance of faili ...
UInstancedStaticMeshComponent::CreateSceneProxy() is missing a LLM_SCOPE(ELLMTag::InstancedMesh); and during level loading allocations for it appear in LoadMapMisc instead of InstancedMesh. Addi ...
The necessary conditions to trigger the issue: The WorldPartionHLOD actor to rebuild must reference a packed level actor The packed level actor must be loaded in the map when rebuilding the HLOD ...
Dynamic instancing is likely causing an issue where meshes that need shadows are getting combined with meshes that do not need shadows causing missing shadows. Tests were done with CSMs. Reproducti ...