A licensee has reported that gaining focus of a UE4 game window by clicking the window's title bar results in the game only receiving keyboard input and no mouse input until you also click in the ga ...
The UObjectLibrary::RemoveObject function has mixed up logic inside of it that causes it to remove objects from the incorrect array. It currently removes from the Objects array if bUseWeakReferences ...
REGRESSION No, occurs in 4.14. When creating a physics asset with Default Angular Constraint Mode set to Limited, if the user saves and restarts the editor without making any edits, the constraint ...
REGRESSION: Yes, does not occur in 4.14.3 Crash occurs when the user drags an animation asset into a commented area in the Anim Graph. This crash doesn't occur if the user right-clicks inside a co ...
Is FullscreenMode Dirty is meant to track if the Fullscreen mode has changed from what it is currently set to. This does not function correctly for Windowed Fullscreen and always prints true even if ...
Packaging will fail if a Blueprint is set to be nativized, and it includes a TArray inherited from a parent code class that is of type TSubclassOf< SomeClass >. REGRESSION: Unknown. Blueprint nativ ...
Blueprints that include a macro that includes one of their own functions are unable to compile. The error message that is given is: Error Could not find a function named "MyFunction" in 'ActorBP_C'. ...
When a function takes an interface as a parameter, calling that function from a blueprint implementing the interface does not recognize the parameter unless the blueprint's parent class directly inh ...
I ran out of space in my D drive and my project autosaved and received the attached error message This is NOT a regression ...
Following my repro, I hit an ensure and crash. The two times I tried to repro after my first crash resulted in different call stacks. I'll comment the other Jiras once I have them in. One of my cra ...