https://udn.unrealengine.com/questions/437463/%E3%83%9E%E3%83%86%E3%83%AA%E3%82%A2%E3%83%AB%E3%81%AE%E3%82%B5%E3%83%A0%E3%83%8D%E3%82%A4%E3%83%AB%E3%81%8B%E8%A1%A8%E7%A4%BA.html ...
UARTrackedImage doesn't update even if moving the printed paper. It is probably because FAppleARKitSystem :: SessionDidUpdateAnchors_Internal does not correspond to EAppleAnchorType :: ImageAnchor ...
FQuat::NetSerialize will always call Normalize() as part of replicating the current value, so that only the X, Y, and Z components need to be serialized (the W can be computed on load). This operat ...
The order in which actors are listed on a physics constraint affects the physics simulation. This should not make any difference in how the physics are simulated. Regression?: No This occurred in ...
With dense volumetric fog enabled it will cause the lighting to get darker each build you do. ...
Project will fail to package with more than one actor containing ISM Components. From user: "...After some testing I found that it only occurs if there are multiple actors in a map (either of the ...
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 ...
Using Forward rendering, directional light settings persist across levels and after deletion. Video attached, shows problem in Dev-VR but same issue occurs in Release-4.20 ...
It is not possible to access properties of the {FAppleARKitFrame}} struct within a Blueprint. The struct itself is exposed as a BlueprintType, but none of its properties are also exposed. ...