There's no motion blur on streaming GeometryCache

UE - Editor - Content Pipeline - Datasmith - Sep 28, 2021

UDN customer mentioned: "there looks to be support for motion vectors as exported from DCC apps (for rare cases like fluid sim), but regular in-engine motion vector calculation for regular motion bl ...

GeometryCaches don't implement CreateHitProxies to create a unique hitproxy per section/material

UE - Editor - Content Pipeline - Datasmith - Sep 3, 2021

This causes the ObjectId pass in MRQ to fail to distinguish between materials in the resulting Cryptomatte file. It looks like FGeometryCacheSceneProxy doesn't implement CreateHitProxies so it's f ...

NumNonClothingSections logic is bad

UE - Editor - Content Pipeline - Datasmith - Jul 26, 2019

We use the NumNonClothing section number to iterate in the sections, this is an error if the cloth sections are not at the end of the sections array. See the following picture of a search on NumNonC ...