Component Transform does not reset when used to replace the default scene root

UE - Gameplay - Blueprint - Sep 11, 2015

After adding a capsule component to a new actor blueprint and then transforming it, if the user replaces the default scene root with the capsule then the capsule's transform properties do not reset. ...

A Function input's type is set as Wildcard by default if a Macro with a Wildcard input is created before the Function

UE - Gameplay - Blueprint - Sep 11, 2015

A Function input's type is set as Wildcard by default if a Macro with a Wildcard input is created before the Function. Compiling will fail with an error. Reproduced in 4.8.3 binary, 4.9.0 binary, a ...

Native interface events are not callable by default, which differs from native interface *function* implementations.

UE - Gameplay - Blueprint - Sep 11, 2015

Since we implicitly create new function graphs for non-event functions when an interface is implemented, that code path marks the function as callable by default. In other words it's not required to ...

Start Up Movies Require Click when Finished to Open Level

Tools - Sep 11, 2015

After a Start Up movie has completed playing, the initial default map will not load until the user clicks the mouse. The option to 'Wait for Movies to Complete' is checked which will force the user ...

A pawn with collision set to overlap does not spawn inside a blocking volume with collision set to block.

UE - Gameplay - Sep 10, 2015

When attempting to spawn a pawn (with collision set to overlap) inside a blocking volume (with collision set to block), the pawn will actually spawn at the closest available point outside of the blo ...

changing localization does not change text in PIE

Tools - Sep 10, 2015

When switching localization for testing, text does not change language in PIE. ...

GetRefBonePose doesn't return the correct location if the mesh has been switched to another mesh of the same skeleton

OLD - Anim - Sep 10, 2015

When using GetRefBonePose() on a USkeletalMesh's RefSkeleton, the given location is incorrect if the SkeletalMesh has been changed from one to another where both meshes share the same skeleton. Als ...

Refraction not calculated when using Material Property Overrides Blend Mode

UE - Graphics Features - Sep 10, 2015

Found in the process of replicating the linked Answerhub. When an opaque material is setup as a master material with the intent to have an Opaque and Translucent version, the material instance will ...

Custom Events on an Actor Blutility with input parameters passes in garbage

UE - Gameplay - Blueprint - Sep 10, 2015

Custom Events with parameters in an Actor Blutility pass in garbage instead of reading the default value set. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 5660361), 4.23 (CL - 5755712) ...

Moving the game mode and deleting the third person character in the level results in the player no longer auto possessing a third person character

UE - Gameplay - Sep 10, 2015

If the player removes the third person character from the third person template's scene and then moves the GameMode blueprint, then the player will no longer auto spawn with the default third person ...