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 ...
REGRESSION Was not able to reproduce this in 4.24 Crash occurs when the user attempts to run a networking PIE session in a world containing an EQSTestingPawn actor. I was not able to reproduce thi ...
The editor crashes when attempting to open a project that has the Panoramic Capture plugin. Tested in //UE4/Release-4.26 @ CL 15973114 and the editor does not crash when the plugin is enabled, so ...
Unsaved animations can cause the editor to crash if they are in a sequence, if the sequence evaluates them after an edit. ...
Skeletal animations are finalized at the end of recording, and expect the actor to still be around, but actors can despawn during recording leading to a crash. ...
Landscapes should not be able to be animated in sequences, and should not appear as options for sources in take recorder. ...
If sublevels containing multiple reflection captures are loaded in consecutive ticks and the execution timing of UpdateMaxCubemaps on rendering thread is delayed, UpdateAllReflectionCaptures will be ...