FSuggestProjectileVelocityParameters was introduced in 5.4 and has a FCollisionResponseParams member that's initialized as a mutable reference to FCollisionResponseParams::DefaultResponseParam. str ...
The Preview text display in the Font Editor does not apply the Sub-Font family settings. Only the Default Font Family and Fallback Font Family can be applied to the display. ...
When specifying a widget of a different size than the screen in FReply::LockMouseToWidget, the cursor is locked to a different position in native full screen mode. It appears that the window size n ...
The user also describes not being able to tell the difference between a force feedback value of 0.3 and 1,0 on iPhones Note: This is likely an issue somewhere in FIOSInputInterface::SetForceFeedb ...
UDN Description: We are having issues with the "Create Blocking Volume" tool on StaticMeshActors. When we create a convex blocking volume (any convex, rough or heavy), we often have volumes that ha ...
If Nanite data becomes corrupt in the DDC, the Editor may crash in FStreamingManager::InstallReadyPages() when the Pending.State is FPendingPage::EState::DDC_Ready but the resulting SrcPtr is null b ...
A fatal error occurs if we change a Child Actor Class from one BP (ex. "BP_A") to a different BP ( ex. "BP_B") and later change it back to the first BP (ex. "BP_A") without compiling the BP between ...
When Simulating, or Playing-In-Editor and ejected, modifying an actor in the editor world causes the SIE/PIE runtime actor to recreate its blueprint added components via AActor::RerunConstructionScr ...
Crash reported through UDN. With ZenLoader enabled, deleting a level instance and triggering Undo causes a crash in ULandscapeComponent::PostEditUndo() The user has provided an example project th ...
UEditorValidatorSubsystem::ValidateChangelistsInternal needs some work on handling warnings and errors. ...