Blueprint Array/Map properties with DefaultToInstanced types are not instanced properly

UE - Gameplay - Blueprint - May 6, 2019

At a licensee, I discovered a problem where Blueprint-created array and map properties are not correctly propagating the ContainsInstancedReferenced property flag. This means that if you create a Ma ...

Non-Uniform Mobile Content Scale Values Render Black Screen when Launching to Mobile Device

UE - Platform - Mobile - Mar 3, 2015

When attempting to set the configuration for mobile devices within the Engine/Config/DefaultDeviceProfiles.ini, any value that is non-uniform like 1.2 or 1.6 will render a black screen after deployi ...

Compiling with VS2019 16.6 later causes garbled characters in output window

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 10, 2020

Using old behavior by applying true to NMakeUseOemCodePage property solves this issue.  in VCProject.cs​// Project globals (project GUID, project type, SCC bindings, etc) { VCProjectFi ...

Fix delegate problems with Blueprints

UE - Foundation - Core - Feb 18, 2015

https://udn.unrealengine.com/questions/236428/bug-blueprints-executing-zombie-code.html Blueprint MyCharacter is based on native class CodeFirstPersonCharacter. CodeFirstPersonCharacter has compone ...

Changing root component in C++ does not apply correctly to map placed actor instances

UE - Gameplay - Jan 4, 2023

Edit: Please investigate for not only root component changes, but native component hierarchy changes in general and whether those hierarchy changes apply to actor instances saved as part of maps. O ...

"r.SetRes 1920x1080f" fails to set fullscreen mode when executed through blueprint node

UE - Graphics Features - Jan 19, 2016

Executing the r.SetRes _x_f command fails to set fullscreen mode when executed through blueprint node. The issue occurs when executing the command through level blueprint and an actor blueprint plac ...

Blueprint CDO contains removed component from parent class

UE - Gameplay - Blueprint - Apr 28, 2015

Blueprint CDO contains removed component from parent class. From the AnswerHub post: "It appears that if a component is removed from the C++ class, the CDOs for all of the blueprints remain unchang ...

Old property values can be applied when updating an unmapped reference in custom NetSerialize struct

UE - Networking - Apr 13, 2023

This seems to be caused by the following:The struct, which has an actor reference property as well as some other properties, implements its own NetSerialize function.When the actor reference propert ...

Blueprint classes are listed in Object pickers, but will not work as expected

UE - Gameplay - Blueprint - Jul 28, 2020

Because of the way blueprints are implemented, the "Blueprint Class" asset actually points to the editor-only UBlueprint object. Because of this, all blueprint classes will show up as options for ge ...

Edits to floating point properties do not propagate to blueprint object instances if old values have more than 6 decimals of precision

UE - Editor - Workflow Systems - Apr 28, 2023

[Link Removed] JH 2023-04-28 01:12:36 UTC Editing any object's float/double property via an Editor details panel will be truncated if it has more than 6 decimals of precision. (e.g. if I type in 0.12 ...