When creating a widget in the Character blueprint it is duplicated twice for each player in a multiplayer project

UE - Editor - UI Systems - Dec 24, 2014

When adding the widget inside the character blueprint it causes the widget to be created twice for each player (2 player makes 4 copies of the widget). ...

Sprites using a lit material render black in orthographic views

UE - Graphics Features - Dec 23, 2014

Sprites using a lit material render black in Orthographic views. Sprites are rendered as expected in Perspective view. ...

Flipbook components' collision in Characters is ignored

UE - Gameplay - Paper2D - Dec 23, 2014

Flipbook components' collision in Characters is ignored. ...

Package game and standalone game crashing (possibly related to UE-6766)

UE - Gameplay - Dec 23, 2014

Crashes in UGameplayStatics::GetPlayerController, probably because World is NULL. When you package this vehicle game setup or play in standalone, the game will crash. 4.6.1 release crash (Standalo ...

Foliage deleted in 4.6 and 4.6.1 appears in 4.7

UE - World Creation - Worldbuilding Tools - Foliage - Dec 23, 2014

Foliage that has been deleted in 4.6 will return when a project is migrated to 4.7. ...

Editor crashes when attempting to press tab while editing transform values in structs

Tools - Dec 23, 2014

Editor crashes if a user presses tab while editing transform values in a blueprint struct. Note: This only occurs while editing transform variables, no other var causes this crash. Logs and Dump f ...

Custom Events can't be called after changing level blueprint or switching maps

UE - Gameplay - Blueprint - Dec 23, 2014

Custom events cannot be called as functions after being made in level blueprints or after changing levels. User must close and re-open editor to be able to call a custom event. ...

Mesh Particle Collision does not occur when placed in Destructible Meshes

UE - Simulation - Physics - Destruction - Dec 23, 2014

Mesh Type Particles with Collision on World Static and Destructibles will not keep collision when placed into the Effects slot of a Destructible Mesh. ...

OnComponentEndOverlap and GetOverlappingActors are not in sync

UE - Gameplay - Dec 23, 2014

GetOverlappingActors will return a value when used immediately after OnComponentEndOverlap. Putting a delay after the OnComponentEndOverlap call will result in GetOverlappingActors to return null, s ...

BlueprintNativeEvents with no return value (void) cannot be overridden in Blueprints.

UE - Gameplay - Blueprint - Dec 22, 2014

BlueprintNativeEvents (and BlueprintImplementableEvents) are not available to be overridden in a Blueprint Graph if they do not return a value. This affects both functions present in source code, as ...