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

#include <GeometryCollectionProximityPropertiesInterface.h>

Public Attributes

EProximityMethod Method = EProximityMethod::Precise
 
float DistanceThreshold = 1.0f
 
float RequireContactAmount = 0.0f
 
EProximityContactMethod ContactMethod = EProximityContactMethod::MinOverlapInProjectionToMajorAxes
 
EConnectionContactMethod ContactAreaMethod = EConnectionContactMethod::None
 
bool bUseAsConnectionGraph = false
 

Member Data Documentation

◆ bUseAsConnectionGraph

bool FGeometryCollectionProximityPropertiesInterface::FProximityProperties::bUseAsConnectionGraph = false

◆ ContactAreaMethod

EConnectionContactMethod FGeometryCollectionProximityPropertiesInterface::FProximityProperties::ContactAreaMethod = EConnectionContactMethod::None

◆ ContactMethod

EProximityContactMethod FGeometryCollectionProximityPropertiesInterface::FProximityProperties::ContactMethod = EProximityContactMethod::MinOverlapInProjectionToMajorAxes

◆ DistanceThreshold

float FGeometryCollectionProximityPropertiesInterface::FProximityProperties::DistanceThreshold = 1.0f

◆ Method

EProximityMethod FGeometryCollectionProximityPropertiesInterface::FProximityProperties::Method = EProximityMethod::Precise

◆ RequireContactAmount

float FGeometryCollectionProximityPropertiesInterface::FProximityProperties::RequireContactAmount = 0.0f

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