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. ...
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 ...
Lower spec hardware is causing the Editor to crash with Access violation - code c0000005 (first/second chance not available) ...
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 ...
Distance fields causing a crash when used in conjunction with World Composition. ...
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_ ...
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 ...
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 ...
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 ...
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 ...