Changing the value of a parent class variable does not update after hot reload

UE - Gameplay - Blueprint - Mar 4, 2015

When the value of a variable defined in a parent class is changed inside of the child class, the value is not updated in a BP of the child after hot reloading. ...

UMG causes crash when running as a client on a dedicated server

UE - Editor - UI Systems - Mar 4, 2015

If the settings for the multiplayer options are set as follows: Number of players : 1 Run Dedicated Server : True (Checked) Use Single Process: False (Unchecked) Editor Multiplayer Mode: Play As Cl ...

Editor crashes on lower spec hardware

UE - Graphics Features - Mar 4, 2015

Lower spec hardware is causing the Editor to crash with Access violation - code c0000005 (first/second chance not available) ...

Cannot deploy to iPad

UE - Platform - Mobile - Mar 4, 2015

User has a problem with the deployment server failing when deploying to his iPad. https://answers.unrealengine.com/questions/185064/472-ios-install-bug.htmlhttps://answers.unrealengine.com/question ...

Crash with Distance Fields while using World Composition

UE - Graphics Features - Mar 4, 2015

Distance fields causing a crash when used in conjunction with World Composition. ...

Editor Crashes when clicking on Transform(Modify) Bone node in Content Examples

OLD - Anim - Mar 4, 2015

Crash Report: [Link Removed] Error Message: Assertion failed: ResultString.Num() == 3 [Link Removed] [Line: 298 Description: In the Content Examples Project, in the Blueprint, "CurveAnimBlueprint_ ...

After upgrading to 4.7 from 4.6, one of the Blueprints in this user's project will not save its Replicates setting

UE - Gameplay - Blueprint - Mar 4, 2015

One of the Child Blueprints in this user's project will not save its Replicates setting. The Blueprint (apa_room01) is a child of MasterRoom, which has Replicates enabled. When apa_room01 is first o ...

Performing a Hot Reload after changing a UPROPERTY from BlueprintReadWrite to BlueprintReadOnly results in the variable not being shown in context sensitive search results in the Event Graph.

UE - Gameplay - Blueprint - Mar 3, 2015

Changing a UPROPERTY value from BlueprintReadWrite to BlueprintReadOnly, or vice versa, and performing a Hot Reload results in the variables not being found in the Blueprint's Event Graph context se ...

Using GENERATED_BODY() instead of GENERATED_UINTERFACE_BODY() in an Interface code class results in a UHT crash when trying to build the project.

UE - Foundation - Core - Mar 3, 2015

Replacing GENERATED_UINTERFACE_BODY() with GENERATED_BODY() in 4.7.0 or above results in an Unreal Header Tool crash and build failure in Visual Studio. This was working in 4.6.1, but when tested i ...

UHT needs to enforce that BlueprintNativeEvents have "virtual" on user-defined _Implementation functions

UE - Foundation - Core - Mar 3, 2015

Forgetting to add the "virtual" in engine code implementations of these _Implementation functions makes them not overridable by users. UHT should catch this and emit a warning/error. For instance t ...