From a community member: Are you responsible also for the FootPlacement node? Its fantastic, but there is a possible bug with the walkable surface handling. It tries to step even on vertical surfac ...
There's an issue when assigning a bitfield bool to a native bool in Blueprints. Currently, the engine erroneously treats the memory for a local bool as a uint8 bitfield, which is undefined behavior. ...
The crash occurs when trying to assign a new value to RootComponent if the Pawn is already placed on the level Crash does not happen in P4 //UE4/Release-4.25.3 CL 13942748 Other steps to reproduc ...
This is a common crash affecting users in 4.16. Unfortunately they have not provided any additional details. Source Context 3684 // Remove null layer infos 3685 EditorLayerSettings ...
Note: This happens with "Exclusive" nativization mode as well. This occurs because the nativized UDS 'GetDefaultValue()' method is generated into a .h file rather than a .cpp file. This creates a c ...
From https://udn.unrealengine.com/questions/292741/fmultireadersinglewritergt-isnt-thread-safe.html: I've found that FMultiReaderSingleWriterGT has at least 2 bugs: The one that caused a deadlock ...
This is a top community crash occurring on Linux. The two linked CrashGroups have nearly identical callstacks. A log file is attached. Additional information is currently unavailable. Callstack f ...
Arithmetic assignment operators seem to be applied twice when committed in the Niagara stack. This occurs when entering *= 2.0 for example into a float input. This may be the result of the SNiagar ...
Original Repo is from 4.27, however, it still happens in 5.2. This is happening because the Instance Data system does not update the field UPrimitiveComponent::CustomPrimitiveDataInternal from the d ...
In the attached project, there are crashes that occur in a few instances. When you open the Third Person Character BP, compiling or attempting to delete it will cause the editor to crash. Also, atte ...