UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation. The K2Result is not used later in the function, and this ...
This is a Regression. Tested in //UE5/Release-5.1 CL23901901 Using Bake To Control Rig on a Spawned Actor in a Subsequence with Play Range that exceeds the Subsequence causes a Crash. ...
Crash occurs when attempting import Facial Animations in the Facial Animation Import Tool. ...
When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...
This was occurring when I quit via the Quit button in the Main Menu GUI. I also repro'd this using the "Quit" command in the console. I found this on Linux, but this was repro'd on Mac and Windows ...
When trying to copy a setter node for a GameplayTag variable from one eventgraph to another eventgraph the engine crashes. If the blueprint that is copied into has a GameplayTag variable with the sa ...
Just a typo that needs to be fixed. ...
This may not compile properly. Should be fixed. ...
I have a fix ready for this in cl: 17967661 ...
Currently, the SButton and SBorder widgets multiply the color and opacity during OnPaint before calling the super (SCompoundWidget::OnPaint). This causes the operation to be done twice, since the co ...