Some changes to UEnumProperty::ImportText_Internal prevent this importing the stringified number (which is a float) as an enum value. This affects the JSON importer, and maybe the CSV one too. ...
This worked in previous releases, but changed around 4.27.2 and Early Access. This prevents users from using C# regular expressions. ...
This bug does not occur in //UE5/Release-5.0-EarlyAccess or in Release-4.27 making it a regression. This also occurs in //UE5/Main ...
This is a regression. Tested in //UE4/Release-4.27 CL18319896 An assertion is thrown when changing Animation Mode to any other mode while a Control Rig is selected. ...
This is a regression tested in //UE4/Release-4.27 CL#18319896 C++ Actor Component is removed from Actors in scene when the Editor is restarted. ...
This is a regression tested in //UE4/Release-4.27 CL#18319896 Stat AI reports AI rendered regardless of frustum setting. ...
This is a regression tested in //UE4/Release-4.27 cl18319896 Child collision component reports its' Parent during On Hit events instead of itself. ...
Generated from CrashReporter This is NOT a regression. Tested in //UE4/Release-4.27 at CL18319896 Tested in //UE5/Main at CL 22175708 - Issue did not occur ...
Property Coloration View Mode is not supported by Nanite. (Left cube is Nanite and isn't affected by the Property Coloration view mode) [Image Removed] ...
BlueprintNativeEvents (and BlueprintImplementableEvents) are not available to be overridden in a Blueprint Graph if they do not return a value. This affects both functions present in source code, as ...