A licensee reported that Datalayers that are added to UWorldPartitionBuilder::IncludedDataLayers in a custom builder PreRun are not respected. I used the minimap builder to debug the state of t ...
I guess that when the default value of the pipeline is None, the editor will silently pick the skeleton that is in the same folder of where you are importing. If the UI is active you can then force ...
When a Post-Process Material uses the Scene Texture Material Expression, the following code is generated: ``` MaterialFloat2 Local0 = Parameters.TexCoords[0].xy; MaterialFloat2 Local1 = ClampSceneT ...
The problem is caused by FWaterViewExtension::ShouldHaveWaterZoneViewData that prevents the water data from being updated in SceneCaptures. (re: FWaterViewExtension::SetupView) Removing the call to ...
A licensee has reported that it is not possible to disable texture streaming of a given TextureLODGroup by setting "NumStreamedMips=0" in their device profiles. Currently, using 0 results in the sam ...
Found in 2.1.0.119011 (R210). The mask export doesn't work even when the masks are regenerated from the mesh. Outcome: Error appears: "The filename, directory, or volume label syntax is incorrect ...
Setting Allow CPU Access on the mesh, or setting bSupportsManualVertexFetch=1 in Engine.ini, avoids the crash. ...
When a montage slot node output is pushed to a Pose Cache and used in a Two-Way Blend, the value returned by GetSlotNodeGlobalWeight will be the current fractional value rather than the actual globa ...
Reported in SF [Link Removed] HDRI environments are not appearing in exported Presentations. Occurs for both Local and Cloud exports and across all HDRI types. Thumbnails for Cloud Presentations w ...
When View.Family->EngineShowFlags.CompositeEditorPrimitives is false in the function RenderEditorPrimitivesForDPG. This code picks which version of the batched lines to renderconst FBatchedElements ...