Naming a Blueprint function/graph with non-ASCII characters can cause a build failure for certain cooked targets when Blueprint nativization is turned on.

UE - Gameplay - Blueprint - Nov 2, 2017

This is due to the [Link Removed] encoded UFunction object name passing through UHT into the boilerplate code (*.gen.cpp) that gets generated from the nativized Blueprint's C++ header file. The iss ...

Depth of Field Blur on Cinematic Camera Not Working Before Focal Point

UE - Graphics Features - Nov 1, 2017

The depth of field blur when viewing through a cinematic camera no longer blurs between the camera and the point of focus. This is a regression; it was working as intended in 4.17. ...

Error when using GetMass without Simulate Physics enabled

OLD - Anim - Oct 31, 2017

When using GetMass on an Actor Blueprint, an error is displayed when Simulate Physics is disabled, but GetMass executes successfully. Error Message: BP_Actor_80.MaterialSphere MaterialSphere has t ...

Custom Launch Profile settings aren't saved with "Any Project" set

UE - Platform - Console - UnrealFrontend - Oct 31, 2017

Custom Launch Profile settings will not be saved correctly if the user has the project set to "Any Project" rather than a specific one. ...

Increment / Decrement nodes do not call BlueprintSetter functions

UE - Gameplay - Blueprint - Oct 31, 2017

When BlueprintGetter / BlueprintSetter specifiers are used for a property, the increment/decrement nodes in blueprints will call the BluprintGetter function but not the BlueprintSetter function. Th ...

Particle SubUV Expression Does Not Use Texture Input

UE - Niagara - Oct 31, 2017

Particle SubUV expression does not use texture input. Per User: ParticleSubUV function in Material Editor do not take Texture from Tex node. Since int32 UMaterialExpressionParticleSubUV::Compile( ...

Actor relative rotation is in the wrong order after enabling details panel favorites (YZX)

Tools - Oct 31, 2017

Actor relative rotation is in the wrong order after enabling details panel favorites (YZX). ...

[Feature Request] Blueprint Editor: Request to make order of Blueprint variable categories in Class Settings (Details tab) match the order of Blueprint variable categories in the My Blueprint tab.

UE - Gameplay - Blueprint Editor - Oct 30, 2017

The order of variable categories in the My Blueprints tab does not match the order of the variable categories in the Details tab when Class Defaults is selected in the Blueprint Editor. This is most ...

Draw debug points do not draw at the same sizes in Orthographic viewports as they do in Perspective viewports

Tools - Oct 30, 2017

With the Draw debug points node, the points do not draw at the same sizes in Orthographic viewports as they do in Perspective viewports. This issue does not appear to be a regression. Versions Test ...

Attempted to use an out of date DemoNetDriver when using DemoPlay through blueprints

UE - Networking - Oct 27, 2017

Users are not able to play a Demo in PIE using the Execute Console Command node to run the demoplay command. The following warning spams the output log while the demo is still trying to open:LogWor ...