Finding a variable that has a specific default value works for other container types (array, set) but not currently for map variables. ...
When the child of an actor with the UCLASS specifier NotPlaceable has the UCLASS specifier Placeable it still isn't placeable. This behavior doesn't occur in 4.20.3. Found in 4.22 CL#7053642 Reprod ...
A very unfortunate bug shipped in 4.22 that causes a crash in many cases when a client is disconnected from the network, such as when unplugging the network cable. This will be a cert failure on con ...
The TotalTime variable in the FDumpFPSChartToEndpoint::DumpChart() function has recently been changed to int32 when it should be double. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 ...
text bleeding out when designating certain Motion Controller & Oculus Touch specific keys in the Project Settings. *Some samples of this text bleed/overflow are:*MotionController (L) Thumbstick Dow ...
Deleting a dynamic component on an actor that's currently net dormant doesn't replicate the deletion to clients, even if FlushNetDormancy is called. This is inconsistent with adding components, whic ...
Generated from CrashReporter ...
When trying to get CookedFFTData from an audio component in a packaged build it fails despite working in the Editor. This also occurs when you package the project from File->Package Project->Windows ...
Particle Systems Feed Boroken Values to Dynamic Parameters in Materials with Instanced Stereo Enabled Working as expected in 4.21 CL# 4753647 Found in 4.22 CL# 7053642, 4.23 Preview 1 CL# 7236301, ...
There are 3 issuesEach particles don't restore its previous position. Which is for calculating velocity by verlet iteration.The previous transform is cleared by current transform. It provides zero v ...