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