UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
KAggregateGeom.cpp File Reference

Macros

#define MIN_HULL_VERT_DISTANCE   (0.1f)
 
#define MIN_HULL_VALID_DIMENSION   (0.5f)
 
#define PHYSICS_AGGREGATE_GEOMETRY_ISPC_ENABLED_DEFAULT   1
 
#define LOCAL_EPS   UE_SMALL_NUMBER
 

Functions

float SelectMinScale (FVector3f Scale)
 
FArchiveoperator<< (FArchive &Ar, FKConvexElem &Elem)
 

Variables

bool bEnableMLLevelSet = false
 

Macro Definition Documentation

◆ LOCAL_EPS

#define LOCAL_EPS   UE_SMALL_NUMBER

◆ MIN_HULL_VALID_DIMENSION

#define MIN_HULL_VALID_DIMENSION   (0.5f)

◆ MIN_HULL_VERT_DISTANCE

#define MIN_HULL_VERT_DISTANCE   (0.1f)

◆ PHYSICS_AGGREGATE_GEOMETRY_ISPC_ENABLED_DEFAULT

#define PHYSICS_AGGREGATE_GEOMETRY_ISPC_ENABLED_DEFAULT   1

Function Documentation

◆ operator<<()

FArchive & operator<< ( FArchive Ar,
FKConvexElem Elem 
)

◆ SelectMinScale()

float SelectMinScale ( FVector3f  Scale)

Variable Documentation

◆ bEnableMLLevelSet

bool bEnableMLLevelSet = false