Top down C++ template missing Super::Tick( DeltaSeconds ) in Character, preventing the Blueprint version from calling Tick inside of the Event Graph

UE - Gameplay - Oct 27, 2016

Because the C++ Top Down template is missing Super::Tick( DeltaSeconds ), the Blueprint for the class will not receive the Tick( ) event. ...

Detail Customizations don't work with editinline

Tools - Nov 25, 2015

Using the EditAnywhere specifier for a UPROPERTY results in some options not being visible in the editor that are visible when using VisibleAnywhere. ...

When it is greater than a Character Capsule's radius, SphereTraceByChannel is set to the origin location

UE - Simulation - Physics - Dec 6, 2017

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 ...

Blueprint function-local variable properties don't copy metadata from the source FBPVariableDescription

UE - Framework - Blueprint Compiler - Jan 23, 2025

FKismetCompilerContext::CreateUserDefinedLocalVariableForFunction() does not copy the metadata from the source FBPVariableDescription entry. Class variables work because there is code for that in FK ...

LODGroup in Static Mesh not properly set when cancelling confirmation

Tools - Jul 8, 2015

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 ...

references to interfaces remain in blueprints after being deleted when copying functions

UE - Gameplay - Blueprint - Nov 17, 2015

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. ...

VR does not work in standalone if the user has used the VR preview

UE - Platform - XR - Dec 9, 2015

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 ...

GearVR mount/unmount triggers erroneous touch end events

UE - Platform - Mobile - Nov 3, 2015

Extra touch end events are created for unsupported touch action types. These need to be ignored. ...

Landscape with 3 layers has corrupt texture coordinates when running on iOS/Metal

UE - LD & Modeling - Terrain - Landscape - Jun 26, 2015

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 ...

Foliage / Instanced mesh components triggering many overlap events

UE - World Creation - Worldbuilding Tools - Foliage - Feb 5, 2016

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. ...