When the Editor launches it does not have a file lock on assets that are not open. When the asset is opened for editing, UE gets a lock on the file and this lock persists even after the tab is close ...
In this situation where the listen server travels back to a level without listening, IsLocalController can return the incorrect value. After the NetDriver has been shutdown and destroyed, the pawn a ...
When a keyframe is added to a track in the Sequencer, undoing the operation correctly removes the keyframe, but it also unselects the actor. This becomes especially inconvenient when multiple actors ...
The warning ""variable name" に "BluePrint" という名前の変数はありません" in the output log within the AnimBP while the editor is in the Japanese language mode has an incorrect word order. "Blueprint"Blueprint sho ...
Changing the Animation Mode repeatedly creates a new instance of the AnimBP being used every time you switch back to the Animation Blueprint mode. Example Project: [Link Removed] ...
Opening a Sprite that is already opened in Property Matrix closes the Property Matrix tab. This is inconsistent with other asset types; tested with Textures, Materials, and Blueprints, and in each c ...
Editor crashes if a blueprint has "Can Ever Affect Navigation" changed multiple times and is compiled. Crash link: [Link Removed] Frequency: 4/4 ...
JamesG: New callstack on UDN thread points to UNetDriver::TickFlush Editor crashes if a listen server attempts to use the console command ServerTravel while in Play in a New Editor Window. CrashR ...
If "Scale with Width" is set on a landscape spline with a plane mesh, the plane will offset on the Z axis. In most other cases, scaling along the z axis does not affect planes. ...