The server is not seeing the correct walking animations on each of the clients and after doing some digging, we found that the Pawn->GetVelocity() function is returning something drastically smaller ...
The reported behavior repros in 4.20 and 4.21, but does not repro in 4.19. Regarding the "Literal Enum" node in blueprints: When an input enum value is connected to the input pin, the output is al ...
Ensure will trigger when undo reverts text to default value. "This triggers an ensure because the undo ends up calling SKismetInspector::ShowDetailsForObjects(), which forces the keyboard focus to ...
UVs are scaled drastically when importing from Solidworks. When comparing it to an Engine Cube and adding a texture to it you can see the difference in UV scaling. The texture will need to scaled to ...
MSAA causes black aliased outline with Atmospheric Fog with Forward Shading enabled. This does not occur with TAA or FXAA. Also does not occur if there is a sky sphere present. Found in 4.19 CL# 40 ...
If you duplicate an asset in the Content Browser before the renaming box prompts input it will cause the Editor to crash. This was reported and tested in 4.20.3 (CL-4369336). This is reproducible ...
In 4.20, it is no longer possible to add the SQLite Almagamation files to a project. Attempting to build a project with these files added results in the build failing due to numerous errors about pr ...
The user set up 3DS Max for centimeters and didn't do any pivot rotation. When exporting with the FBX the results are fine, but with DataSmith it is tiny for the actual geometry. This issue was re ...
REGRESSION: Yes, this did not occur in 4.19 The user is able to drag an Event from My Blueprint panel into any graph, creating a duplicate Event Node. Additionally the dupe Event will have extra o ...
The AShooterGame_FreeForAll::DetermineMatchWinner function is set up to compare each player's PlayerScore with the BestScore variable to see which players are considered to be the "BestPlayer" which ...