Unexpected behavior occurs from moving multiple widget components with render transform applied to them. The individual components seem to change relative position or rotation when being clicked and ...
When a specific configuration of HDR cvars are set, PIE in a New Editor Window will not render the game world. Settings (For DefaultEngine.ini): ```[SystemSettings] r.AllowHDR=1 r.HDR.Display.Color ...
When the "Restore Open Asset Tabs on Restart" option is turned on in the Editor Preferences window, closing the Editor while a debugger is attached appears to remove any saved asset tabs from the Ed ...
Cannot change the Strength value on a Physics Constraint to anything other than the default value in the Viewport Details panel. When changed the editor will pause and replace the value with — This ...
FVariant is a struct that implements a union of data types, including FVector. When assigning an FVariant an FVector value in engine versions UE 4.27 or earlier, the FVariant will deserialize incorr ...
When Calling UBlueprintMapLibrary::GenericMap_Find with a non-existent key, the function construct the default structure in-place on the given pointer without destroying the object. This behavior ca ...
When an actor spawns another actor using AddChildActorComponent that comes alphabetically before it based on blueprint name it will spawn an extra actor that will persist when the scene is stopped d ...
Using a FormatText node with Specifier in the same graph as an empty Macro will freeze the editor. Not using the Specifier or deleting the unused Marco will allow the BP to compile fine. **Only rep ...
User created Bitmask flag Enumerators are not correctly stored and retrieved from Blueprint Integer variable settings. When the Editor is restarted the value of the Integer's Bitmask Enum is set to ...
Camera Movement is laggy while the mouse button is held down and ShowMouseCursor is enabled if there are AI moving. Stat Scene Rendering didn't show any jumps while moving the camera under these cir ...