When calculating the opacity mask, Nanite spline meshes do not have the correct World Position in the Material. This leads to visual artifacts when the mask relies on the world position. ...
Depth Passes for Masked Materials using Virtual Textures does not work correctly when it is in front of a Nanite Mesh and a Decal, resulting in black artifacts. Also tested on //UE5/Main, CL: 41024 ...
Adding DesktopPlatform to the PublicDependencyModuleNames.AddRange() section of the Project.Build.cs file causes the project to fail packaging with the following error (full package logs in callstac ...
Event track key with a structure containing staticmesh reference. Setting the staticmesh then reopening the property crashed the editor. ...
From 8/17/16 Tools sync: This is probably also happening in Sequencer. Think Sequencer should just auto-set this flag. ----------------------------------- If a SkeletalMesh actor is placed beyond v ...
If the UPROPERTY() specifier "VisibleDefaultsOnly" or "EditDefaultsOnly" is used on a component reference that is attached to the root component selecting the actor with this component in the world ...
If the transforms for a blueprint component are changed to "absolute" location and/or rotation, new child blueprints created will correctly show the absolute location/rotation changes, but the child ...
Update: 4/14/2015 Another report of this error: https://answers.unrealengine.com/questions/206466/blueprint-still-dirty-after-compile.html#answer-211801 =========================================== ...
Licensee is adding a widget to the viewport overlay via AddViewportWidgetContent(). The widget receives mouse input when hovered. They return unhandled from all their widget's onmouse functions and ...
While investigating an issue with enum comparisons breaking when the enum changes, I discovered that the comparison will not return true if set to "contains NOT EQUAL values" and the values are not ...