Navigation
API > API/Runtime > API/Runtime/PhysicsCore > API/Runtime/PhysicsCore/UPhysicsSettingsCore
Syntax
UPROPERTY (Config, EditAnywhere, AdvancedDisplay,
Meta=(ClampMin="-1.0", UIMin="-1.0", ClampMax="10.0", UIMax="10.0"), Category=Constants)
float TriangleMeshTriangleMinAreaThreshold
Remarks
Triangles from triangle meshes (BSP) with an area less than or equal to this value will be removed from physics collision data. Set to less than 0 to disable.