When SphereTraceByChannel has a radius greater than the Character CapsuleComponent it causes the SphereTraceByChannel hitbox to register to the Character's origin point instead of the static mesh it ...
FKismetCompilerContext::CreateUserDefinedLocalVariableForFunction() does not copy the metadata from the source FBPVariableDescription entry. Class variables work because there is code for that in FK ...
LOD Group is not properly set when changing the setting in the static mesh editor. When the LOD Group is changed and the confirmation of overwrite message is cancelled it will still set the LOD Grou ...
If an interface is deleted from a blueprint and the functions are copied over references to the interface remain in the reference viewer of the editor. ...
The VR mode does not turn on when using the Alt+Enter method in standalone if the user has previously used the VR preview feature during the same session of working in the editor. Once the Editor is ...
Extra touch end events are created for unsupported touch action types. These need to be ignored. ...
Landscape with 3 layers renders with corrupted texture coordinates for one of the layers when running on iOS/Metal. Disabling the LANDSCAPE_BUG_WORKAROUND shader file fix causes the problem to occu ...
When a player pawn overlaps a foliage/instanced mesh component, it triggers repeated begin/end overlap events on the foliage actor even when the player barely moves. ...
Spawn Actor From Class is not accessible inside of a blueprint function library. It is expected that it would be accessible and would come with an exposed world context object pin. ...
If an Actor with a CameraComponent is set to replicate, ending a PIE session with 2 players will result in an ensure ...