Adding a Blueprint Interface (with function named "Test") to a Widget Blueprint with a variable named "Test" crashes the editor when compiling

UE - Gameplay - Blueprint Editor - Oct 5, 2017

Giving the Blueprint Interface Function and the Widget Blueprint Variable the same name, then adding the Blueprint Interface to the Widget Blueprint, causes the editor to immediately crash when comp ...

Local binary build fails for iOS platform.

UE - Foundation - Core - Oct 5, 2017

Attempting to create a local binary build of the Engine for the iOS platform using BuildGraph is currently failing. While trying to build UHT for Mac using a remote build, the build fails because it ...

Tether Parameters Have No Effect On Clothing Using the NvCloth Clothing Tool

OLD - Anim - Oct 4, 2017

In Editor Preferences < under Experimental < Clothing Tools is enabledOwen was migrated over and the original clothing asset was deleted and a new one created to test the issueOnly the ties on his coa ...

Setting property outside of constructor causes property instances to become read-only

UE - Gameplay - Blueprint - Oct 4, 2017

When a component property is set outside of the constructor (in OnRegister() for example), blueprint instances of the property become read-only if the blueprint default is empty. This only occurs ...

Returning a const pointer from a UFUNCTION causes a VS compile error

UE - Foundation - Cpp Tools - UnrealHeaderTool - Oct 4, 2017

Attempting to return a const pointer from a UFUNCTION will cause a VS compile error The syntax UFUNCTION(BlueprintCallable, Category = test) const UMyActorComp* SomeFunc(); returns a VS compile ...

Metal crash after painting 300 Foliage meshes onto a surface

UE - Graphics Features - Oct 4, 2017

Encountered a Metal crash when painting Foliage on Mac. I'm unable to reproduce anything similar on Windows. This crash can occur if the user drags a Static Mesh into the Foliage Panel or uses an e ...

Crash changing variable type from Object Reference to Actor Soft Object Reference

UE - Gameplay - Blueprint - Oct 3, 2017

REGRESSION: No, this occurs as far back as 4.16. Crash occurs when the user changes a variable type from Object Reference to Actor Soft Object Reference. ...

Restore State for Make MovieSceneSequencePlaybackSettings Not Resetting Sequencer State Appropriately

UE - Anim - Sequencer - Oct 3, 2017

Restore State should have an affect on sequencer. The animation snaps back to its starting point even when this option is not set if played in PIE. If you drag in the level sequence in the editor an ...

Translucent materials with tessellation

UE - Graphics Features - Oct 3, 2017

When using a material with a translucent blend mode, you can not use the lighting modes "Volumetric PerVertex NonDirectional", or "Volumetric PerVertex Directional" and the Tessellation settings "PN ...

Start Awake flag is ignored on the client if an object has been rotated in the editor

UE - Simulation - Physics - Oct 3, 2017

If an asset has been rotated in the editor it will no longer replicate as being asleep if the asset has been rotated in the editor (not at runtime). Even if the asset has been set to "Start Awake = ...