Cannot dynamically change when pressed sound for buttons in UMG

UE - Editor - UI Systems - Jul 17, 2015

Cannot change the when pressed sound for the style of a button in umg via the set style node. Reopened after the report from: https://udn.unrealengine.com/questions/273621/setting-widgetstyle-for- ...

Generating Lightmap UVs doesn't automaticly switch LightMapCoord Index

Tools - Jul 17, 2015

When Import a meshes then open the staticmesh editor and turn on the "Generate Lightmap UVs" in the Build Settings. Then hit apply button to genereate the Lightmaps. It will generate the Lightmap bu ...

Compiling a Blueprint that uses a Select node with two different variations of Actor will crash the Editor in 4.9

UE - Gameplay - Blueprint - Jul 17, 2015

Compiling a Blueprint that uses a Select node with two different variations of Actor will crash the Editor in 4.9. In 4.8.2 binary, one input of a Select node will be disconnected on restarting the ...

"Set Anim Instance Class" broken after using "Play Animation" node

OLD - Anim - Jul 17, 2015

After using a "Play Animation", the user cannot set the character back to using an AnimBP via the "Set Anim Instance Class" node. Workaround: Use two "Set Anim Instance Class" nodes. One to set i ...

InitializeDefaults missing from some particle modules

UE - Graphics Features - Jul 16, 2015

As stated in the linked UDN ticket, these particle modules are missing their InitializeDefaults code: ParticleModuleMeshRotation ParticleModuleMeshRotationRate ParticleModuleMeshRotationRateMultipl ...

Default Value elements in a variable array inside a Game Instance Blueprint collapses after anything is entered

Tools - Jul 16, 2015

Default Value elements in a variable array inside a Game Instance Blueprint collapses after anything is entered. This does not occur in other Blueprint classes. Additional actions that will collaps ...

A Child PlayerCharacter BP in this project resets its assigned Anim BP to 'None' on restarting the project

UE - Gameplay - Blueprint - Jul 16, 2015

A Child PlayerCharacter BP in this project resets its assigned Anim BP to 'None' on restarting the project. The user reports that the Skeletal Mesh will also occasionally reset to None. I have not b ...

ChildActor Component with physics spawns at the wrong location

UE - Gameplay - Jul 16, 2015

ChildActor Component spawns at the wrong location as long as the actor that the ChildActor is referencing has the StaticMesh set as the root and simulating physics. User Description: Basically I h ...

Child actors cannot be recognized as children of parent actor within parent blueprint

UE - Gameplay - Blueprint - Jul 16, 2015

Parent blueprints do not recognize child class actors as the same type as the initial parent blueprint. This makes it difficult to create a master blueprint for spawning/ai control/etc. ...

FString.Mid doesn't react appropriately when given negative values for the Count variable

UE - Foundation - Core - Jul 16, 2015

If you use a 5 character string (hello) to call the Mid function and provide 0 for start, -1 for count, it'll give you the entire string. This should either return an assert or treat all negatives a ...