Internal Compiler Error: Tried to create a property Crash in scope Beta_C, but another object (ObjectProperty /Game/Alpha.Alpha_C:Crash) already exists there.

UE - Gameplay - Blueprint - Oct 31, 2019

After fixing the crash from [Link Removed] when compiling the child blueprint that has claimed the component name the parent was previously using without having compiled the parent, an internal comp ...

Crash when renaming a component to same name as a deleted inherited component.

UE - Gameplay - Blueprint - Oct 24, 2019

Fatal error "UE_LOG(LogObj, Fatal,TEXT("Renaming an object (%s) on top of an existing object (%s) is not allowed"), *GetFullName(), *ExistingObject->GetFullName());" is hit in UObject::Rename.  ...

Gameplay Abilities CancelAllAbilities not working as expected

UE - Gameplay - Oct 24, 2019

in AbilitySystemComponent_Abilities.cpp, line:844  CancelAllAbilities() does not appear to be working as expected.  There is a check before cancelling all abilities.  However, this check uses the Cl ...

Duplicating two nested components do not appear in the Component tree until the blueprint is compiled.

UE - Gameplay - Components - Oct 23, 2019

REGRESSION: No, this occurs as far back as 4.22. Duplicating two nested components can result in the duplicates not being visible in the component tree in the blueprint editor until the user compil ...

Graph Editor ZoomToFit fighting user

UE - Editor - UI Systems - Slate - Oct 22, 2019

When using the middle mouse button for panning in a graph editor, the zoom/pan transition effect will not cancel before completion due to manual input, leading to UI/User competition in an undesirab ...

Input Action Mapping Rebinding not working properly if pawn extends from Pawn.h

UE - Gameplay - Input - Oct 22, 2019

Rebinding an action mapping doesn't seem to take effect immediately if the Pawn class used has Pawn.h as its parent class. However this'll take effect immediately with DefaultPawn.h. In addition, th ...

Vertex Painting - Unexpected behaviour when painting Skeletal Mesh with Low Radius Brush

Tools - Oct 21, 2019

Unexpected behaviour when painting skeletal meshes with small radius brush. This does not occur with static meshes. Confirmed in 4.25 MAIN @ CL 9730599 ...

StaticMeshActor loses root component scale if placed with Surface Snapping enabled in Editor Viewport

Tools - Oct 21, 2019

If you make a Blueprint child of StaticMeshActor, and set the default scale of the Root Component (Static Mesh Component) to something other than 1,1,1, the scale will not be applied when the actor ...

Simple collision Landscape returns incorrect physical material

UE - LD & Modeling - Terrain - Landscape - Oct 16, 2019

When a landscape uses simple collision, the returned physical material can be mismatched. This seems to be a result of ConvertHeightfieldDataForPhysx within ULandscapeHeightfieldCollisionComponent: ...

Instance Materials are not Created When Importing an FBX

UE - Graphics Features - Oct 16, 2019

Instance Materials are not Created When Importing an FBX.  Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 9551884, 4.25 CL# 9615021 ...