Description

ReversedDepthOnlyIndexBuffer is exported even when bEnableDepthOnlyIndexBuffer is false.

It's likely an error and line 568 in StaticMesh.cpp should rather be :

  1. //if (!bEnableReversedIndexBuffer) <= current line.
  2. if (!bEnableReversedIndexBuffer || !bEnableDepthOnlyIndexBuffer)

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-183323 in the post.

0
Login to Vote

Unresolved
ComponentUE - Graphics Features
Affects Versions5.15.2
Target Fix5.5
CreatedApr 14, 2023
UpdatedFeb 16, 2024