Nanite mesh is not culled because "DrawInGame" value in the primitive uniform buffer is always 1. Can be fixed with below modification:// in FPrimitiveSceneProxy::FPrimitiveSceneProxy DrawInGa ...
Instanced static mesh component does not add instances transforms to PerInstancePrevTransform array when using UInstancedStaticMeshComponent::AddInstances. Additionally Updating the transforms of th ...
Consider a Niagara Function or Module Script containing a Static Switch node. If the "Expose as Pin" option is enabled for its selector variable, an input pin with type "static bool" appears. In one ...
If the user creates two blueprints and parents one to the other and then creates 3 event dispatchers in total between the two in an alternating method it will cause and error and the event dispatch ...
When building lighting on Linux, the build process fails because UnrealLightmass cannot find the library libUnrealLightmass-Serialization.so. Reported using Mint Cinnamon 17.3 Internal machine uses ...
With multiple Translucent Material sorted in 3-D space or via Transparency Sort Priority, if one of the materials uses refraction it will render on top of the others no matter position or sort prior ...
In Persona, moving a socket around is not affected by any changes to snapping (scale or size). Rotation is affected however. This is similar to [Link Removed], but according to James Golding there ...
1. open qa game 2. open a physics asset with multiple bodies 3. select a body and set its physics type to Simulated. 4. Notice simulation starts immediately even though we are not simulating. ...
When "Use Single Process" and "Use Less CPU when in Background" are checked off, running a dedicated server in PIE will cause an ensure on exit Regression: Yes - Behavior does not occur in binary 4 ...
Animations on skeletal mesh components set to use an animation asset still play even when the component is deactivated. Found: 4.17 Reproduced: 4.16.3 & 4.18 Main CL# 3585944 ...