From the body of the ticket: We aim to do as much of the work off the game thread as possible to avoid impacting frame rate. We've recently found a crash during collection of the geometry slices fr ...
If a static mesh component has Simulate Physics enabled, GetRelativeTransform() returns the value of world transform. ...
Several users have reported crashes where the Heightfeild loaded from the DDC and physical material list do not match. Suggest adding the number of physical materials to part of the cooked heightma ...
Physics actor with physics toggled will fall through static meshes set to Movable User Description: Basically, what this project does is enable simulate physics on the black cube in the middle, th ...
A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...
Environment Queries Ignore tests for Custom Collision Object Overlaps. Note: The expected behavior seems to have worked in 4.21, After following the steps to reproduce, I can verify a successful de ...
Sometimes manual recompile is required to make a blueprint actually recompile data-only changes, but not always. If the last manual compile was with default values, then changes are not updated. If ...