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 FISMComponentDescription
Remarks
A description for an ISM component.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAffectDistanceFieldLighting | ||
| bool | bAffectDynamicIndirectLighting | ||
| bool | bAffectShadow | ||
| bool | bIsStaticMobility | ||
| bool | bReverseCulling | ||
| bool | bUseHISM | ||
| int32 | EndCullDistance | ||
| float | LodScale | ||
| int32 | MinLod | ||
| int32 | NumCustomDataFloats | ||
| int32 | StartCullDistance | ||
| TArray< FName > | Tags |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FISMComponentDescription& Other |