If the user alt+tabs out of the editor while using a virtual joy stick in pie, it will cause the mouse to use touch inputs. One example of this would be clicking the content folder which will then t ...
When using an axis mapped input action such as looking around with a gamepad joystick, then opening a Common UI menu, the last input axis value will keep firing irrespective of the current joystick ...
If a TArray has a TInlineAllocator with a large number and the class is used with a child Blueprint, the editor will throw an assert. If the base C++ Class is used instead of the Blueprint, the asse ...
Licensee was having trouble removing widgets from the viewport on End play in the HUD blueprint. They were using Seamless travel for their game mode and they were changing levels with the console co ...
ISequencer :: OnStopEvent is executed when pause, but not when playing to the last frame and stopping automatically. This is because OnStopDelegate.Broadcast(); is only in FSequencer::Pause(). When ...
When moving a component of an actor instead of the actor itself, the OnBeginObjectMovement delegate from GEngine is not triggered. It should match the behavior of the actor itself and trigger the de ...
The class FcollisionProfileNameCustomization customizes the property editor for the class FcollisionProfileName. However, it does not handle the case where multiple assets/actors are being edited si ...
Add this code to a function you call from a blue utility widget or any other way to start the import with this code.TArray<UAssetImportTask*> ImportTasks; for (int32 i = 0; i < cFC.Files.Num(); i++) ...
Note: Clipping on letterboxed player screen works fine on 4.24. This issue was brought in by CL#10541213. Here's a workaround TSharedPtr<SGameLayerManager::FPlayerLayer> SGameLayerManager::Fin ...
We should ideally hide the setting, but at the very least we can make it a warning if you check it indicating it's not gonna do anything. [Link Removed] ...