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