Packaging an Engine plugin fails if another Engine plugin lists that plugin as a private dependency. In the two attached plugins, PluginA lists PluginB as a required plugin in its .uplugin file, and ...
Macro libraries try to support guid-based renaming: when a specific macro is renamed blueprints using the old name will automatically point to the new name and work properly. However, this fixup hap ...
BoneList and BoneFilterActionOption in LOD0 of LODSettings are filters by the following code. void FSkeletalMeshLODSettingsDetails::CustomizeDetails(IDetailLayoutBuilder& LayoutBuilder) { ... st ...
Struct value set through a component is reset to default when modified through the level instance. If it's not set through the component, it works fine. User Description: There is a bug in the eng ...
This is a common crash affecting users in 4.16, and has occurred since at least 4.14, affecting more than 200 unique users. Unfortunately none of them have provided any additional information. Sou ...
This is an early trending crash coming out of the 4.17.2 hotfix, with no record of occurring previously. The callstack is very similar to [Link Removed] (fixed in 4.17.2) and may be related. Users ...
For devices without framebuffer fetch we are relying on undefined behaviour for depth reading with decals, mod shadows and depth reading materials. (ES2 spec: 3.8.6 Texture Framebuffer Attachment). ...
When references to Gameplay Tags are loaded, it checks to see if they are already registered. If they are not already registered, it will notice it is invalid and may print a warning depending on th ...
When importing a FBX with multiple materials and some of them are unused from their setup, they will still be referenced by the skeletal mesh in the Details Panel in the level editor, but in the Per ...
The scale of the component does not reach negative values like the instance of the object. However, the user is able to enter a negative number and the object correctly reflects that entered number. ...