Thirdperson Character not Replicating correctly after being attached to an Actor

UE - Networking - Dec 20, 2017

Problem description: When the Third Person Character gets attached to any other Actor (AttachToActor, Rule: Keep World), from the view of other clients the character (capsule, skeletal mesh) is out ...

Detail Panel Favorites cause many settings to be duplicated or shown when they aren't normally

Tools - Dec 20, 2017

Enabling the "Enable Details Panel Favorites" experimental setting causes some details that were not previously shown to appear. In version 4.18 and onward, it also causes these new details to have ...

BuildEditorAndTools build graph script no longer produces working editor executable

UE - Foundation - Horde - BuildGraph - Dec 19, 2017

It looks like the BuildEditorAndTools script is no longer copying the (pre-existing in perforce) files from //UE4/Dev-Core/Engine/Binaries/Win64/ to the output LocalBuilds directory, which means the ...

Calling RegisterComponent in the PreInitializeComponents of an Actor will cause child components of its components to not be initialized

UE - Gameplay - Dec 15, 2017

Calling RegisterComponent in the PreInitializeComponents of an Actor will cause child components of its components to be ignored because the Actor is still being initialized. My understanding is tha ...

Sound Wave Actions Menu Closes Automatically When Changed to Columns View

Tools - Dec 15, 2017

After changing the view to columns (by going through Right click < Create Dialogue < View Options < Columns) the Sound Wave Action menu will close out automatically before any options can be selecte ...

AIPerception components inherited from a native parent class do not expose the DetectionByAffiliation field on senses for editing in the Blueprint editor's Details view.

UE - Gameplay - Blueprint - Dec 15, 2017

The "Detection by Affiliation" field cannot be edited in the Blueprint editor's Details view for an inherited AIPerception component in the "Senses Config" array if the AIPerception component is inh ...

Sharing TransitionRule of multiple AnimStateTransitionNode, when AnimBP is opened it becomes dirty

OLD - Anim - Dec 15, 2017

Sharing transition rule it will be Dirty when AnimBP opens. When AnimBP is open, "if(BoundGraph->GetOuter () != Node)" is true in FBlueprintEditorUtils::UpdateOutOfDateCompositeWithOuter, BoundGrap ...

Nvidia In-Game Overlay causing FPS Issues

UE - Graphics Features - Dec 14, 2017

When the Nvidia In-game overlay is enabled it appears to cause performance issues with the editor. If the editor is open before the overlay is enabled it does not seem to cause any issues. I stumble ...

Points on a FRuntimeFloatCurve in an instance of a Blueprint that inherits the curve from its parent are reset when reloading the level it is in.

UE - Gameplay - Dec 14, 2017

In this situation, a FRuntimeFloatCurve UPROPERTY is stored in an Actor Component called CurveComponent. A Blueprint of MyActor (A subclass of AActor) is created and the CurveComponent is added to t ...

Successive Play in VR sessions are causing Editor hangs on Oculus when "Run Dedicated Server" is enabled

UE - Platform - XR - Dec 13, 2017

when playing in VR Preview with Run Dedicated Server enabled, successive PiVR sessions are causing extreme editor hangs, up to ~30 seconds This appears to be exclusive to VR ...