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. ...

Selecting Public/Private when created a class forces any classes added after to either be Public/Private as well

Tools - Mar 22, 2016

In the New C++ Class window when naming the project, if Public or Private are selected (next to runtime) all classes created after that point will assume Public/Private with no option to have neithe ...

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. ...

LineTraceSingleByObject not Returning Valid Physical Material

UE - Gameplay - Mar 22, 2016

Attempting to perform an is valid check on a physical material from a FHitResult returns invalid. This does not occur when using a blueprint setup, it only seems to occur when using code. Found ...

Allow custom code and related blueprints to be migrated from one project to another.

UE - Gameplay - Blueprint - Mar 22, 2016

Currently, after migrating a blueprint that is based on a code class to a new project, the blueprint breaks due to unknown parent ([Link Removed]) Migrating & copy/pasting the code along with the b ...

Listen For Input Action does not appear to work after setting input mode to UI only when called from a widget

UE - Editor - UI Systems - Mar 22, 2016

Action mapping does not fire within a widget when the input mode is set to UI only ...

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 ...

Unpossessing Network Character while Movement RPCs are in Flight could Leave Client and Server in Different States

UE - Gameplay - Player Movement - Mar 21, 2016

Unpossessing a character while the client has unacknowledged RPCs in flight can leave the client character in a different state than on the server. The example given was a crouch request on the clie ...