Metal is not taking the non-uniform buffer path for GPU skinning. ...
Running a client in debug mode in Visual Studio with the "-opengl" commandline argument will trigger an Access Violation breakpoint. ...
UAIPerceptionStimuliSourceComponent::OnRegister tries to remove nulls from RegisterAsSourceForSenses but the condition in RemoveAllSwap is wrong. It should be SenseClass == nullptr instead. ...
If an array element is removed from a make array node, using the shortcut for Straighten Connections has no effect until after the Actions menu is opened via right-click then closed. ...
Generated from CrashReporter ...
Using the ServerTravel console command to switch to a different level while a physics vehicle is in the current level will trigger an assert. ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: Property->Proper ...
After scanning through SkeletalMeshComponent, it looks like there are several places where AnimInstance is updated but SubInstances are not. This can potentially cause states to get out of sync, and ...