There is a one-line fix for this in a shader file, see their PR on GitHub:https://github.com/EpicGames/UnrealEngine/pull/10251/files ...
There is an issue with PIE where sometimes TMap and TSet properties using TSoftObjectPtr or FSoftObjectPath values as keys don't work correctly. Items which are in the container aren't found despite ...
This seems be solved if asset is modify and saved again (Show in the video resource below ) [Link Removed] UDN Thread: https://udn.unrealengine.com/s/case/5004z00001nzoC9AAI/soft-reference-to-r ...
To avoid confusing users when working with a Native Branching Point Notify set its MontageTickType to be fixed to BranchingPoint. ...
The screen jitters when animating the size of the filmback of a aspect ratio constrained Cine Camera. Following behavior was observed by the customer: MRQ: The expected behavior - bars smoothly in ...
When you add a level with stationary lights to another level as a sublevel they will show a first error icon on the lights. Once you close the project or refresh the level this icon is shown as nor ...
There currently is a mismatch occurring when light function atlases are used in conjunction with exponential height fog. When the flag r.VolumetricFog.UsesLightFunctionAtlas is enabled, light shafts ...
Clearcoat Shader will stop receiving lighting information if any mesh assigned the material using the shader leaves lighting. Also Reproduced in Launcher 4.9 Preview 4, Main-CL-2660934 [Image Remo ...
Animations on joints with ZXY Rotation Order don't work in 4.10. The attached fbx has an animation that should show the thigh_l joint rotating back and then back to default position. This bug does ...
If you interrupt a SetViewTargetWithBlend with another SetViewTargetWithBlend, it snaps to the second ViewTarget instead of blending back. ...