This comes from a UDN report. [Link Removed] When launching the editor with -game, if a material contains a null expression (for instance because that material expression has been removed), the bin ...
This problem can be reproduced with UE5.3 even after applying fix [Link Removed]. We have verified this issue with UE5.1 and it is not reproduced. ...
Editor crashes while switching to paint mode if material has a grass output and landscape visibility mask. Frequency: 3/3 ...
This is a new Linux crash in 4.18.1. There are a few similar but different callstacks that reference dri/radeonsi_dri.so() I've attached a log, but none of the ones I've looked at appear to contai ...
We must capture weak pointer instead of a raw pointer ...
The ActorPositionWS BP node calls GetActorWorldPosition() in HLSL which references Primitive.ActorWorldPosition. But GetActorWorldPosition() is not protected by an #if HAS_PRIMITIVE_UNIFORM_BUFFER ...
Currently, Niagara Components are only expected to have their TickComponent() method called when their system is marked as "Solo", which makes them be simulated individually. In the most common scen ...
Packaging a project in 4.15 from Github will fail if you don't have Crash Reporter Client built for Shipping. If no Nativization options are enabled, it packages fine, without having to build CRC. ...
This is an infrequent commandlet crash that has affected a number of users exclusively in 4.17.1 (possible regression from 4.17.0?). There are also two instances of older cases in 4.13 and 4.15, bu ...
When MovieSceneObjectPropertyTrack is added from BP or Python, PropertyClass of UMovieSceneObjectPropertyTrack becomes null, so it crashes with the following processing of SPropertyMenuAssetPicker : ...