[Link Removed] The UseBorderlessWindow setting appears to not be implemented on Mac. We currently only apply the NWWindowStyleMaskBorderless style for tooltips and other "irregular" windows, so w ...
UDN link: [Link Removed] ...
Licensees have reported that they want to specify the Size in the same unit as cube on level. Looking at the engine, it seems that the Decal Size is currently set as the half size of the Box. [Imag ...
When the default value of an Instanced variable defined in C++ is changed, it is not reflected in the default value of an Actor placed on a Level. In the reproduction procedure, when the default v ...
If you use both Category hierarchy and CallInEditor in UFUNCTION, it will result in an unintended sequence as shown below. [Image Removed] And, the following code can solve this issue void FDetai ...
When using a Transformation Widget in a Blueprint, the size of the widget seems to be some kind of product of size in screen space, object scale, and the transform widget scale that makes it much to ...
User reported an issue of a mesh not being visible when a project has multi-level blueprint inheritance. After reproing, I believe the root cause is DefaultSceneRoot of the grandchild BP class not c ...
When closing a PIE viewport, we write the size back to the New Viewport Resolution setting in case the window was resized during play. However, we do not account for the window border, and write bac ...
It's hard to say if this actually a UX issue specifically tied to component editing, or a broader issue with UX. Either way, we should triage the problem and work from there. ...
Description from licensee: We're seeing an ensure get tripped up in FDebugRenderSceneProxy that says "DrawDelegate is already Registered!". Debugging the issue, we have confirmed that the DrawDeleg ...