UI appears to support EventDispatcher reordering, however reordering does not occur. ...
ApplicationReceivedScreenOrientationChangedNotificationDelegate supports iOS but not Android. Probably, Java_com_epicgames_ue4_GameActivity_nativeOnConfigurationChanged should be useful for fix thi ...
User is reporting a crash when using the console command "highreshot #" with any number. [Link Removed] ...
Reported by Twitter user, "Does #UE4 seriously not support importing greyscale textures anymore?" ...
After doubling the number of physics objects in the level the client loses input/ignores input ...
Peripheral Vision Angle values are not being clamped to the maximum supported value if a greater value is entered. ...
It looks like FDynamicOutputHelper::IsTypePickerPin and FDynamicOutputHelper::GetTypePickerPin need to be updated to support soft references. ...
Listen For Input Action firing erroneously. Confirmed in 4.26 MAIN @ CL 11536993 ...
Need to make sure we support nullptr entries or make sure we do not create such null entries. ...
CalculateLodCount tries to bound the output LOD count as at least one (count >= 1), but actually bounds it as no more than 1 (count <= 1). Just need to change a FMath::Min to FMath::Max. ...