When BlueprintGetter / BlueprintSetter specifiers are used for a property, the increment/decrement nodes in blueprints will call the BluprintGetter function but not the BlueprintSetter function. Th ...
Hot reloading a change that affects a class that contains a TArray UProperty will wipe all of the array elements of any Blueprint subclasses of that class. Regression?: Yes This does not occur in 4 ...
The PackageMap / NetGuidCache appear to get into a bad state on Clients if the Server toggles level visibility of a sublevel. This can affect currently connected clients, as well as clients that jo ...
Adding an ambient occlusion decal material to a decal affects objects with "Receives Decal" disabled. Tested in: 4.23.1 CL#9631420 4.25 CL#11341939 ...
Editor crashes if a custom event function is called after a custom event has been bound to an event dispatcher. However, this only occurs if the event binding occurs from an event delegate by ref ou ...
Attempting to adjust the value of a color struct via the color picker in structures crashes the editor. Frequency: 3/3 CrashReporter: [Link Removed] Regression (Yes) issue (does not) occur in 4. ...
Setting color in linear color struct variable within another struct crashes the editor. Frequency: 4/4 Regression (yes) issue (does not) occur in 4.11.2 ...
The editor crashes upon attempting to open the blueprint debugger through the Window menu. Frequency: 2/2 Regression (Yes) issue (does not) occur in 4.11.2 ...
Editor crashes while attempting to save or close project after importing a landscape from a heightmap. Frequency: 2/2 Crashreporter: [Link Removed] Regression (yes) issue (does not) occur in 4.1 ...
In a headless editor instance we will not be able to send toasts to the user, and we should not notify slate. The Sequencer Tools function library calls MovieSceneToolHelpers::ImportFBXCameraToExist ...