FMeshInstanceGroupData

[FMeshInstanceGroupData](API\Developer\GeometryProcessingInterfaces\GeometryProcessingInterfaces\IGeometryProcess-_1\FMeshInstanceGro-) is data shared among one or more FBaseMeshInstances.

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 FMeshInstanceGroupData  

Remarks

FMeshInstanceGroupData is data shared among one or more FBaseMeshInstances. For example all instances in an ISMC can share a single FMeshInstanceGroupData.

Variables

Type Name Description
bool bAllowMerging  
bool bHasConstantOverrideVertexColor  
bool bPreserveUVs  
TArray< UMateri... MaterialSet  
FColor OverrideVertexColor  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library