Scale is 0.0f when editing a curve with Animation Sequencer.

UE - Anim - Runtime - Jun 6, 2018

There are conditions. ・EnableRootMotion is true. ・Adidive Anim Type is Mesh Space or Local Space. https://udn.unrealengine.com/questions/436446/%E7%89%B9%E5%AE%9A%E6%9D%A1%E4%BB%B6%E3%81%AE%E3% ...

SCOPE_CYCLE_COUNTER macro is not called for the TG_StartPhysics tick group

UE - Simulation - Physics - Jun 5, 2018

All of the physics tick groups except for TG_StartPhysics call the SCOPE_CYCLE_COUNTER macro. The TG_StartPhysics tick group probably needs to call the macro as well. ...

Incorrect Spelling for VOIP Sample Rate property

UE - Audio - Jun 5, 2018

The VOIP Sample Rate property is misspelled. Please the screenshot for further clarification. Expected: The property should say VOIP Sample Rate. Result: The property says VOI PSample Rate. ...

Using RawInput plugin with game pad. Sometimes input may not arrive.

UE - Gameplay - Input - Jun 5, 2018

Xinput display is available Xinput has no problem. xbox360 controller is no problem. Would you please try it with PS4 controller etc. https://udn.unrealengine.com/questions/435106/rawinput%E3%8 ...

Crash on Linux when starting Editor in Turkish

UE - Platform - Linux - Jun 4, 2018

Attaching a screenshot of the crash through command line. I was unable to get a callstack or an updated log as they didn't get generated/updated. I tested this using the command '$ ./Engine/Binari ...

Level Streaming Blocking Loads Do Not Work

UE - Gameplay - Jun 4, 2018

It is believed that If Should Block On Load is TRUE, the entire game should freeze up until the entire level is loaded. Then If Should Block On Load is FALSE, the game continues to play while the le ...

GetActorLocation and GetActorRotation have mixed up Tooltips

UE - Gameplay - Jun 4, 2018

Within the declaration of the APlayerCameraManager class, the GetActorLocation and GetActorRotation functions have mixed up Tooltips Result: Tooltip says to use GetCameraRotation for the GetActorLo ...

Incorrect values filled for nativized struct arrays when resized and packaged

UE - Gameplay - Jun 4, 2018

When packaging a resized structure array it changes the array value to a large incorrect number. Testing the struct in PIE yields expected results. ...

Multiple Physics objects on the client in one place jitter and shake

UE - Simulation - Physics - Jun 4, 2018

When simulating physics on multiple objects, they appears to jitter and shake on the client. This can lead to differences between the server and the client. This is especially show cased when runnin ...

Instanced Components variable not returning updated values in the construction script

UE - Gameplay - Blueprint - Jun 4, 2018

It is currently not possible to set variable values of an actor component, instanced in the level, by using the "details" pane. The Actor's construction script will only evaluate the variable defaul ...