This is a regression.This does not affect UE5. Creating a function with parameter type TEnumAsByte<MyEnum> will crash while compiling. In 4.26 and UE5 the code compiles without issue, and the user ...
Editor crashes when a person renames a umap asset in the Content Browser that is checked out by another person. This doesn't occur if the user has the asset checked out themselves. ...
Distance fields causing a crash when used in conjunction with World Composition. ...
This appears to be a general crash when a SingleLayerWater material is assigned to a Nanite Mesh. ...
When a sublevel gets unloaded that has an actor with an AbilitySystemComponent with an active GameplayEffect with Duration, a crash occurs when the duration expires. This is due to an ASC timer dele ...
Folders with periods in the name will crash when attempting to import them. ...
The editor is crashing when attempting to use the RestartLevel command if the GameInstance contains a reference to an actor that is in a streaming level. The streaming level must be loaded, but not ...
Create ActorBP has StaticMesh is not assigned to HierarchicalInstancedStaticMeshComponent. Place this actor on the level, and bind the StaticMesh from the Detail tab and add the appropriate Instance ...
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 ...
It appears that the actor isn't properly destroyed until the exit, despite being deleted. By that time, the root component (the brush) has already been destroyed, thus when it's accessed in AAudioVo ...