UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGeometryCollectionActivatedCluster Struct Reference

#include <GeometryCollectionComponent.h>

Public Member Functions

 FGeometryCollectionActivatedCluster ()=default
 
 FGeometryCollectionActivatedCluster (uint16 Index, const FVector &InitialLinearVel, const FVector &InitialAngularVel)
 
bool operator== (const FGeometryCollectionActivatedCluster &Other) const
 

Public Attributes

uint16 ActivatedIndex
 
FVector_NetQuantize100 InitialLinearVelocity
 
FVector_NetQuantize100 InitialAngularVelocity
 

Constructor & Destructor Documentation

◆ FGeometryCollectionActivatedCluster() [1/2]

FGeometryCollectionActivatedCluster::FGeometryCollectionActivatedCluster ( )
default

◆ FGeometryCollectionActivatedCluster() [2/2]

FGeometryCollectionActivatedCluster::FGeometryCollectionActivatedCluster ( uint16  Index,
const FVector InitialLinearVel,
const FVector InitialAngularVel 
)
inline

Member Function Documentation

◆ operator==()

bool FGeometryCollectionActivatedCluster::operator== ( const FGeometryCollectionActivatedCluster Other) const
inline

Member Data Documentation

◆ ActivatedIndex

uint16 FGeometryCollectionActivatedCluster::ActivatedIndex

◆ InitialAngularVelocity

FVector_NetQuantize100 FGeometryCollectionActivatedCluster::InitialAngularVelocity

◆ InitialLinearVelocity

FVector_NetQuantize100 FGeometryCollectionActivatedCluster::InitialLinearVelocity

The documentation for this struct was generated from the following file: