![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GeometryCollectionISMPoolComponent.h>
Public Types | |
| enum | EFlags { UseHISM = 1 << 1 , GpuLodSelection = 1 << 2 , ReverseCulling = 1 << 3 , StaticMobility = 1 << 4 , WorldPositionOffsetWritesVelocity = 1 << 5 , EvaluateWorldPositionOffset = 1 << 6 , AffectShadow = 1 << 7 , AffectDistanceFieldLighting = 1 << 8 , AffectDynamicIndirectLighting = 1 << 9 , AffectFarShadow = 1 << 10 , DistanceCullPrimitive = 1 << 11 } |
Public Member Functions | |
| bool | operator== (const FISMComponentDescription &Other) const |
Public Attributes | |
| uint32 | Flags = WorldPositionOffsetWritesVelocity|EvaluateWorldPositionOffset|AffectShadow |
| int32 | NumCustomDataFloats = 0 |
| FVector | Position = FVector::ZeroVector |
| int32 | StartCullDistance = 0 |
| int32 | EndCullDistance = 0 |
| int32 | MinLod = 0 |
| uint32 | GroupHash = 0 |
| float | LodScale = 1.f |
| TArray< FName > | Tags |
| FName | StatsCategory |
A description for an ISM component.
|
inline |
| int32 FISMComponentDescription::EndCullDistance = 0 |
| uint32 FISMComponentDescription::Flags = WorldPositionOffsetWritesVelocity|EvaluateWorldPositionOffset|AffectShadow |
| uint32 FISMComponentDescription::GroupHash = 0 |
| float FISMComponentDescription::LodScale = 1.f |
| int32 FISMComponentDescription::MinLod = 0 |
| int32 FISMComponentDescription::NumCustomDataFloats = 0 |
| FVector FISMComponentDescription::Position = FVector::ZeroVector |
| int32 FISMComponentDescription::StartCullDistance = 0 |
| FName FISMComponentDescription::StatsCategory |