Invisible child components appear for one frame on scene capture 2D windows if another component is attached.

UE - Gameplay - Oct 1, 2015

Invisible child components appear for one frame on scene capture 2D windows if another component is attached. ...

SetControlRotation does not affect VR

UE - Platform - XR - Oct 1, 2015

Using a Set Control Rotation node does not change the camera rotation when in VR mode. ...

Can't jump when on top of a static mesh with projectile movement

UE - Gameplay - Sep 30, 2015

When a user spawns a box in the air with projectile movement and then jumps on top of it the will no longer be able to jump. ...

Edit-> Project Settings -> Collision -> Presets Has No Scroll Bar

Tools - Sep 30, 2015

If you open a project and immediately go to Edit-> Project Settings -> Collision and expand the Presets dropdown, no scroll bar will appear. This prevents you from being able to see all of the optio ...

Using Subversion results in a hanging attempt to sync to source control

Using Subversion on a Mac to connect to an online repository causes the Source Control settings window to hang indefinitely and never succeed in connecting ...

Changing a value inside a struct exposed to blueprints removes struct from blueprints and gives error upon compiling and saving blueprint

UE - Foundation - Cpp Tools - Hot Reload - Sep 28, 2015

If a user creates a C++ class that contains a struct and references that struct within a blueprint, making any changes to the struct within C++ header file will prevent the user from saving the blue ...

Using the F key to focus the viewport camera on an actor does not work if the main editor window does not have focus

Tools - Sep 26, 2015

Using the F key to focus the viewport camera on an actor does not work if the main editor window does not have focus. Reproduced in 4.8.3 binary, 4.9.1 binary, and Main (CL 2707185) ...

Pressing f11 while playing in editor new window fullscreens the viewport in the editor

Tools - Sep 25, 2015

Pressing F11 (in attempts to fullscreen) while playing in editor - new window causes the viewport in the editor itself to full screen as opposed to the new window that's created. expectation is 1 o ...

OnDestroyed event does fire off when using a reference variable to another actor that was applied at runtime

UE - Gameplay - Blueprint - Sep 25, 2015

An actor has a print string that fires off when an actor that it has a reference to is destroyed. This works fine if the actor is in the scene before the game starts. However, if the referenced acto ...

Lock Icon vanishes if details panel is shrunk

Tools - Sep 24, 2015

If the width of the details panel is reduced, the lock icon next to the name of the selected actor will disappear off screen. ...