Cannot Access Spawn Actor From Class Inside Function Library

UE - Gameplay - Blueprint - Jun 1, 2016

Spawn Actor From Class is not accessible inside of a blueprint function library. It is expected that it would be accessible and would come with an exposed world context object pin. ...

Actor with Camera Component UProperty causes ensure when PIE ends if replicating

UE - Networking - Nov 17, 2015

If an Actor with a CameraComponent is set to replicate, ending a PIE session with 2 players will result in an ensure ...

NotBoolean node is broken in specific projects for State Machine Transitions

OLD - Anim - Oct 14, 2015

In the attached project, you'll find the NewChar_AnimBP. In the state machine, there is a "NotBoolean" node in the JumpingToFallingLoop transition that appears to be broken. At first, the NotBoo ...

Landscape leaking when using ParallelInitView 1

UE - LD & Modeling - Terrain - Landscape - Mar 27, 2018

see step ...

Switching between input modes via the "Set input mode UI only" node and the "Set input mode Game and UI" node consumes all input for editor

UE - Editor - UI Systems - Apr 27, 2015

When Changing the between input modes with the "Set input mode UI only" node and the "Set input mode Game and UI" node the editor can become unresponsive. The user can still click on things but it ...

Mouse over events do not trigger if mouse button is held

UE - Editor - UI Systems - Sep 7, 2016

Widget events for On Mouse Enter, On Mouse Leave, OnHovered, and OnUnhovered don't trigger if the left or right mouse button is held down when the mouse passes over the widget. ...

With Pause Event on frame 0, sequence will never be able to resume playing

UE - Anim - Sequencer - Jun 13, 2017

With Pause Event on frame 0, sequence will never be able to resume playing. It appears to trigger the event again. ...

LandscapeComponent LodBias doesn't work

UE - LD & Modeling - Terrain - Landscape - Dec 17, 2020

Touches on windows generate 2 mouse events.

UE - Editor - UI Systems - Slate - Mar 22, 2017

The problem is that windows supplies both a touch event and a mouse event for each touch. The engine then handles touches as mouse input so that UI elements can work correctly on touch platforms. ...

Possible to have a null AudioComponent in ApplySettings

UE - Audio - Mar 5, 2018

User is having issues where they are getting crashes in ApplyVoiceSettings. This should only ever be called from FVoiceEngineImpl::SubmitRemoteVoiceData. In that method, if no SynthComponent is av ...