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 ...
If "bDoFastBuild" is enabled on a Static Mesh asset, in-editor it will never be able to have Nanite data built for it, preventing the Static Mesh from using Nanite. There is no way to fix this issu ...
When using the following RHI/Render thread/GT sync configuration:r.OneFrameThreadLag 1r.GTSyncType 1 The previous skinning bone data can be corrupted and introduce visual artifacts on everything us ...
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). ...
Created based on user report. The constructor of FGameplayEffectCustomExecutionParameters generates a FActiveGameplayEffectHandle that gets put in GlobalActiveGameplayEffectHandles::Map and stays t ...
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 ...