FSocketSubsystemWindows::TranslateErrorCode asserts on ERROR_FILE_NOT_FOUND

UE - Networking - Nov 12, 2015

Even though it's undocumented, Windows can reportedly return ERROR_FILE_NOT_FOUND from WSAErrorCode. We should handle this case, see additional info URL. ...

Rearranging the position of enumerators in an Enum BP will change references to the enumerators inside Data Tables based on position rather than value

Tools - Nov 12, 2015

Rearranging the position of enumerators in an Enum BP will change references to the enumerators inside Data Tables based on position rather than value. Reproduced in 4.8.3 binary, 4.9.2 binary, 4.1 ...

Post process settings struct will not open/break to adjust individual settings

UE - Gameplay - Blueprint - Nov 12, 2015

attempting to break the post process settings struct or split a post process settings struct pin causes pin to disappear, leaving a blank target node. ...

Crash on FDeferredShadingSceneRenderer & FTranslucentPrimSet with Dynamic Directional and Lit Translucent FX

UE - Graphics Features - Nov 11, 2015

User reporting crash with a specific setup using Lit Translucent FX Clouds and a Day-Night Setup running on a Timeline from Level Blueprint. [Link Removed] 4.8 BUGG: [Link Removed] 4.9 BUGG: [Li ...

Alpha channel should not be weighted when using "masks (no sRGB)" texture compression setting

UE - Graphics Features - Nov 11, 2015

When attempting to import a texture that has a non-opaque alpha content and compressing using the "masks (no sRGB)" texture compression setting, pixels that are in the alpha channel are being weight ...

Custom functions can call Set Timer nodes

UE - Gameplay - Blueprint - Nov 11, 2015

Custom functions can call Set Timer nodes. There are no other time related functions that can be called through custom functions. Calling a timer through custom functions seems to lead to editor cra ...

Attaching a component to a socket on a character causes MoveTo to move incorrectly

UE - AI - Nov 11, 2015

When an AI controlled character has a component attached to a socket on it's mesh, MoveTo will move in a sporadic way, making the character move rapidly in random directions on its way to its destin ...

UnrealVS "Refresh Projects" fails for projects

UE - Foundation - Cpp Tools - UnrealVS - Nov 10, 2015

Using the Refresh Projects button in the UnrealVS toolbar will fail for projects because it can't find the "GenerateProjectFiles.bat" file for the specified project. Licensee reporting the issue me ...

Animation sounds do not play in game on Linux

UE - Platform - Linux - Nov 9, 2015

On Linux, setting a sound to play as part of an animation will play the sound inside the persona window but does not play the sound in game when the animation plays. ...

Variable Names with a Leading Space Cannot be Copied

UE - Gameplay - Blueprint - Nov 9, 2015

If you begin a variable name with a space, attempting to copy any instances of that blueprint will prompt an error warning: "Unknown property in <BlueprintName>: <VarName> = <Value>. Found in 4.9.2 ...