When you are packaging and deploying your project to an iOS device, If Supports Landscape Right orientation is the only Orientation checked, It will show incorrectly on the iOS device. Tested on an ...
The [bIsVisible] flag is set to [1] by the following judgment.const bool bIsInDrawRange = DistanceSquared >= Bounds.MinDrawDistanceSq * HLODState.FOVDistanceScaleSq; Judging from this code, I bel ...
Repro Rate: 5/5 Summary: When opening a Project in UE version 5.1.0 with Nvidia GFX driver version ###, the user is notified that there are known issues with this driver through a pop-up:WARNING: K ...
Using Set Actor Scale 3D in the Construction Script is not functioning as expected. If you set the scale to 1,1,1, you are still able to freely scale an instance of the object in the scene. However, ...
If you make a Blueprint child of StaticMeshActor, and set the default scale of the Root Component (Static Mesh Component) to something other than 1,1,1, the scale will not be applied when the actor ...
When moving an object in the viewport that is parented to another object with a scale of -1,1,1, the child object will flicker. This is a regression, this did not occur in the 4.11.2 binary release ...
From https://udn.unrealengine.com/questions/292741/fmultireadersinglewritergt-isnt-thread-safe.html: I've found that FMultiReaderSingleWriterGT has at least 2 bugs: The one that caused a deadlock ...
When the gameplay framework component manager creates components as part of CreateComponentOnInstance, it passes in the requested class name as the literal name of the component instead of using the ...
The comment for the AddLocalTransform node states "Change in transform of the component in its local reference frame. Scale is unchanged." However, when the node is used, the existing scale of the o ...