The FRawInputDeviceConfiguration struct is not exposed so attempting to define custom raw input device configs fails with unresolved external errors when using: FRawInputDeviceConfiguration newConfi ...
If the user modifies the "Y" Rotation value of a Static Mesh's Collision, the "X" and "Z" values are changed. The values will move +/- 1 point from their value prior to modifying the Y value. This ...
Only occurs launching onto device from Mac. Did not occur from windows. Error message is displayed on android device when launching QAGame QAEntry on to it:Error: CDO Constructor (DeprecatedGearVRC ...
Renaming Parent component to the same name as a component in the child blueprint causes a crash from child blueprint when you press enter. When you reopen the project from the crash, the child bluep ...
There is a bug in the fbx curve import code where we do not multiply the tangent by the scale parameter. Only the key value is currently scale. In 4.25 there was a hardcoded 0.01 scale but it was w ...
FConsoleVariable::OnChangedCallback was changed to a multicast delegate in 4.26. Along with this, FConsoleVariableBase::SetOnChangedCallback was implemented to emulate a single delegate for compatib ...
anim blueprint hangs when compiled. Probably a cyclic issue when compiling. A workaround is to add a delay of any time between the set node and the Draw Debug Sphere node. Repros in the following v ...
The piloting feature in the editor viewport is not undoable with Ctrl+Z It also does not cause the actor to become dirty so any changes during piloting are lost and not saved (user also not prompted ...
This does not occur when attempting to repro using a template code project; testing on the same device. This crash occurred on an iPhone 6, v11.4 (A8) It did not occur on an iPhone X, v11.4 (A11 B ...
Actor's do not appear to be ticking when a level is first loaded when using a Level Streaming Volume. The Tick event will fire on the second and subsequent attempts. Edit: After further testing, th ...