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

#include <GeometryCollectionConvexPropertiesInterface.h>

Public Attributes

bool Enable = true
 
float FractionRemove = 0.5f
 
float SimplificationThreshold = 10.0f
 
float CanExceedFraction = 0.5f
 
EConvexOverlapRemoval RemoveOverlaps = EConvexOverlapRemoval::All
 
float OverlapRemovalShrinkPercent = 0.0f
 

Member Data Documentation

◆ CanExceedFraction

float FGeometryCollectionConvexPropertiesInterface::FConvexCreationProperties::CanExceedFraction = 0.5f

◆ Enable

bool FGeometryCollectionConvexPropertiesInterface::FConvexCreationProperties::Enable = true

◆ FractionRemove

float FGeometryCollectionConvexPropertiesInterface::FConvexCreationProperties::FractionRemove = 0.5f

◆ OverlapRemovalShrinkPercent

float FGeometryCollectionConvexPropertiesInterface::FConvexCreationProperties::OverlapRemovalShrinkPercent = 0.0f

◆ RemoveOverlaps

EConvexOverlapRemoval FGeometryCollectionConvexPropertiesInterface::FConvexCreationProperties::RemoveOverlaps = EConvexOverlapRemoval::All

◆ SimplificationThreshold

float FGeometryCollectionConvexPropertiesInterface::FConvexCreationProperties::SimplificationThreshold = 10.0f

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