Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FMeshBatch
Syntax
uint32 bUseWireframeSelectionColoring: 1
Remarks
Whether to treat the batch as selected in special viewmodes like wireframe. This is needed instead of just Proxy->IsSelected() because some proxies do weird things with selection highlighting, like FStaticMeshSceneProxy.