Local variables in Blueprint functions don't support default values of Custom Structs

UE - Gameplay - Blueprint - Jun 9, 2015

I make a custom struct and assign default values to it's member floats, etc. When I use that in a Blueprint, the defaults work as expected. However, when I reference it as a local variable in a BP f ...

Unable to install project built with multiple support arm* on iOS device

UE - Platform - Mobile - Aug 21, 2016

Hit this while running regression pass. I was able to successfully install the same project on the device but built for DebugGame instead of Shipping. ...

PrintString in GameMode construction script is never fired (not shown in output log)

UE - Gameplay - Blueprint - Sep 4, 2015

From Joe Conley: I'm not sure exactly when the game mode is spawned in the case of PIE, but hooking up a print string node to the start of the construction script, I never see that printed in the o ...

It's possible that navmesh size is limited by something else than number of bits in polyref

UE - AI - Apr 2, 2015

This needs investigation, but I think I've stumbled on it while working on GDC map as well - with tiles small enough navmesh stopped generating even though we should be within the huge limits we hav ...

Sequencer does not support Quaternion Rotation when manipulating transform tools or piloting cameras

UE - Anim - Sequencer - Oct 16, 2015

Noticing an issue when keying a camera and then playing back the animation it turns or spins in directions i never intended. Think we need check box for toggling Use Quaternion linear interpolation ...

CAD Datasmith no longer support Rhino 6 materials/texture on import

UE - Editor - Content Pipeline - Datasmith - Importer - Aug 13, 2018

Ensure fires during nativized build while packaging for any BP class based on UAnimNotify

OLD - Anim - Oct 25, 2018

Cooking will fail while attempting to convert a non-data-only Blueprint class based on the native UAnimNotify class when Blueprint nativization is enabled. Workaround in lieu of a fix would be to e ...

Incorrect number of parameters in empty Shipping version of the DrawDebugString() function signature

UE - Foundation - Core - Mar 26, 2019

The DrawDebugString() function has to versions. One is the actual function to display a string of debug text in non-Shipping builds, and the other is an empty function that is used in Shipping build ...