Update (5/4/15): New repro steps using Main (//depot/UE4/Promotable-CL-2535351): 1. Create a new Blueprint project 2. Create 3 new Levels: MainMenu, Lobby, and Level 3. Create 3 new GameModes: Main ...
From Customer: UE 5.3 update broke Unreal Insights adding GPU timers into graph tracks. Debugging the code and cross checking with github/p4v I guess it broke in this revision: Timer graphs no ...
This is a longstanding but infrequent Mac crash that has occurred since at least 4.15. Users have not provided any descriptions. Callstack from Log[2017.11.19-04.18.41:283][ 0]LogSlate: Took 0.000 ...
Changing the state of a PrimitiveComponent->BodyInstance while SetSimulatePhysics(false) updates the game thread but does not update the physics behavior. In the repro project provided (see addl in ...
This seems to only affect an emitter and not a system asset. ...
Array is -1 indexed, causing a crash. Fix is already in Dev-VR. Integrate to 4.13.1 (CL 3106922) ...
Currently some (if not all or most) foliage CVars affect both foliage and HISMC. It would be nice to split this so that users can change the values of one without affecting the other. ...
This is not a regression. Tested in //UE5/Release-5.0 CL20379098 Editor crashes with an assertion after executing the command r.RHIThread.Enable 2 ...
If the user has a widget with an opacity less than 1 it will be rendered as though the opacity was set to 1 on iOS devices Note: Possible regression ...
When selecting an item in the Property Matrix you cannot deselect. This affects changes you make that are supposed to be across all items selected by making them only affect the item selected. ...