SpringArm causes physics to fail for a character standing on the physics object

UE - Gameplay - Mar 24, 2016

SpringArm causes physics to fail for a character standing on the physics object User Description: I am updating my marketplace content for 4.11 using preview 7 build (EDIT: RECHECKED WITH PREVIEW ...

AnimBP warning word order mistake in Japanese

UE - Editor - UI Systems - Localization - Mar 24, 2016

The warning ""variable name" に "BluePrint" という名前の変数はありません" in the output log within the AnimBP while the editor is in the Japanese language mode has an incorrect word order. "Blueprint"Blueprint sho ...

Japanese language word order mistake in Transition nodes for AnimBP

UE - Editor - UI Systems - Localization - Mar 24, 2016

Japanese language word order mistake in Transition nodes for AnimBP It reads "AからB", but should read "BからA" ...

iOS Signing Failure

UE - Platform - Mobile - Mar 24, 2016

Dialogue Wave VO Direction is not Localized

UE - Editor - UI Systems - Localization - Mar 24, 2016

This should be an optional string to be translated. ...

MaterialExpressionSubtract doesn't compile in plugins

UE - Graphics Features - Mar 23, 2016

Adding the following code to a plugin source file prevents the associated project from compiling in visual studio whereas this code will compile successfully inside of a class added directly to the ...

Procedural Mesh Component Convert to Static Mesh

UE - Gameplay - Mar 23, 2016

Add option to convert Procedural Mesh Component should contain the option to convert a generated mesh into a Static Mesh so users can use it through the Content Browser and use the LOD system. ...

Passing a delegate as part of the parameter list for a second delegate causes UHT to crash on compile.

UE - Foundation - Core - Mar 22, 2016

When declaring a delegate that takes another delegate as the variable type for one of its parameters, UHT will crash when attempting to compile the code. ...

Direction of GetOverlapInfos parameter doesn't match

UE - Gameplay - Blueprint - Mar 22, 2016

In blueprints, the GetOverlapInfos function can't really be used: [Image Removed] Another example: Static Mesh Component -> Get Overlap Infos -> Length -> Set Integer Variable The Get Overlap In ...