Navigation
Unreal Engine C++ API Reference > Developer > GeometryProcessingInterfaces > GeometryProcessingInterfaces > IGeometryProcessing_CombineMeshInstances
References
Module | GeometryProcessingInterfaces |
Header | /Engine/Source/Developer/GeometryProcessingInterfaces/Public/GeometryProcessingInterfaces/CombineMeshInstances.h |
Include | #include "GeometryProcessingInterfaces/CombineMeshInstances.h" |
Syntax
struct FSourceInstanceList
Remarks
FSourceInstanceList provides a flattened list of mesh instances to CombineMeshInstances. Each Instance can refer to shared data in the InstanceGroupDatas list
This data structure may be replaced in future w/ something more structured