Project will not package in UFE if folder contains spaces

UE - Platform - Console - UnrealFrontend - Feb 10, 2017

When archiving a project in the project launcher (UFE), the project will fail if there are spaces in the folder it's being archived to. ...

Draw as Border is not limited to sprite area in UMG

UE - Editor - UI Systems - Apr 14, 2017

UMG supports sprite as an image, but using this as source do not correctly cut sprite's region which limits border textures to be separated textures. If the Image has a material, size do not match ...

Switch on Gameplay Tag Container node does not compile

UE - Gameplay - Blueprint - Jun 9, 2017

It looks like the Switch On Gameplay Tag Container node stopped working in 4.15. The Switch On Gameplay Tag works fine. ...

MaterialInstance ScalarParameter's desc can not upadate.

UE - Rendering Architecture - Materials - Jul 19, 2017

When this problem occurs, "MaterialExpression" is null in FMaterialInstanceParameterDetails::GetParameterExpressionDescription. ...

Warning on compiling Sub Anim Instance node with connection to exposed variable

OLD - Anim - Oct 10, 2017

When compiling an animBP with a Sub Anim Instance node with a connection to an exposed variable, warning will be displayed. When there is no connection to the Sub Anim Instance node, no warning wi ...

Non replicated child actors placed in scene not destroyed

UE - Networking - Nov 9, 2017

When a non-replicated actor is destroyed on the client through the use of bNetForce, any child actors that are also non-replicated will not be destroyed correctly. ...

Skeletal Mesh scales incorrectly if RigidBody node is used in Animation Blueprint, then the character blueprint is scaled

OLD - Anim - Nov 27, 2017

Skeletal Mesh scales incorrectly if RigidBody node is used in Animation Blueprint and then the character blueprint is scaled. If the character blueprint is scale to extreme sizes (3.0) the effect i ...

Oculus Go & Quest: Relaunching app immediately after exiting causes device to freeze

UE - Platform - XR - Jul 26, 2018

4.20 Oculus Go projects cause the device to lock if immediately relaunching after exiting. It does not occur if:You wait ~20 Seconds before relaunchingYou press the power button after closing the a ...

ForceActorRelevantNextUpdate will only force an update on the first connection

UE - Networking - Mar 21, 2019

The ForceActorRelevantNextUpdate will only trigger an update on the first connection in the list. Note that the ForceActorRelevantNextUpdate does not work on dynamic actors since their ActorChannel ...