FSourceInstanceList

[FSourceInstanceList](API\Developer\GeometryProcessingInterfaces\GeometryProcessingInterfaces\IGeometryProcess-_1\FSourceInstanceL-) provides a flattened list of mesh instances to CombineMeshInstances.

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

Variables

Type Name Description
TArray< FMeshIn... InstanceGroupDatas Sets of data shared across multiple instances
TArray< FMeshLO... MeshLODSetInstances  
TArray< FMeshLO... MeshLODSets Mesh sets shared across instances
TArray< FStatic... StaticMeshInstances  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library