FInstancedStructs, or its TInstancedStruct sibling, can be included in a class that inherits from UDeveloperSettings. UDeveloperSettings will persist data in a configuration file. In the case of FI ...
Calling ConditionalBeginDestroy on an ActorComponent (instead of DestroyComponent) can lead to a crash due to the object not being correctly unregistered. BeginDestroy doesn't unregister tick funct ...
The GPU may time out in NaniteSplit when drawing VSM shadows for Nanite Tessellated landscape with in a scene with several local shadowed point lights. The issue doesn't reproduce in 5.6, likely to ...
If there is an additive curve present with scalar data, and that scalar data is something like 10,10,10. When you attempt to animate the bone again the translation of the widget with translate expon ...
“FX.TestGPUSort” fails on both PC Editor and Android with Vulkan RHI. ...
Reported in SF [Link Removed] In TM 2025.1.1, in PT renders with large amounts of scattered or painted vegetation, distant grass may not appear in exported renders that would previously appear in t ...
When the Reflection Method is set to Screen Space and Lumen reflections async compute is enabled Unreal will crash because DiffuseIndirect_Lumen_3 parameter missing, due to how DenoiserOutputs are o ...
When VSM is enabled, local light shadows don't fade even if r.Shadow.DoesFadeUseResolutionScale is true. Local shadows do fade based on resolution when using regular shadow maps (CSM). ...
The return pin for the "Get Max Material ID" function is incorrectly named "Enabled" when the function returns the MaxID. See \Engine\Plugins\Runtime\GeometryScripting\Source\GeometryScriptingCore\ ...
Blueprints currently don't support unsigned 64 bit ints, but they do support signed 64 bits. If a Blueprint uses a native struct variable that contains a uint64 property, it incorrectly assigns that ...