Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionISMPoolComponent.h |
| Include | #include "GeometryCollection/GeometryCollectionISMPoolComponent.h" |
Syntax
struct FGeometryCollectionStaticMeshInstance
Remarks
A mesh with potentially overriden materials and ISM property description. We batch instances into ISMs that have equivalent values for this structure.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< float > | CustomPrimitiveData | ||
| FISMComponentDescription | Desc | ||
| TArray< TWeakObjectPtr< UMaterialInterface > > | MaterialsOverrides | ||
| TWeakObjectPtr< UStaticMesh > | StaticMesh |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FGeometryCollectionStaticMeshInstance& Other |