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 ...
"No problems. The HTML5 output works also without any problems with Firefox Nightly 64 Bit. But with the Firefox 32 Bit (Nightly) I get these graphic errors." Only occurring in 32 bit versions of p ...
ServerTravel from a map with a GameMode set to Use Seamless Travel and then ServerTravel back from a map without Seamless Travel enabled will crash the editor. Reproduced in 4.7.1 binary and Main ( ...
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 ...
When I deployed a first person template project to an Nvidia Shield Tablet with Portrait Orientation enabled, The screen appeared stretched and the analog stick were unable to be used. Tested on t ...
When attempting to set the configuration for mobile devices within the Engine/Config/DefaultDeviceProfiles.ini, any value that is non-uniform like 1.2 or 1.6 will render a black screen after deployi ...
When setting up a BP via the scene with the new method of adding components and converting to a BP the child component that is set to simulate physics enabled will be offset from its original positi ...
If any tabs are undocked from the main viewport and another tab is then docked to the main viewport it will hide any undocked tabs. This only appears to affect tabs that in the Menu > Window with ex ...
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 ...