Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > FConvexBuilder
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollisionConvexMesh.h |
Include | #include "Chaos/CollisionConvexMesh.h" |
Syntax
enum EBuildMethod
{
Default = 0,
Original = 1,
ConvexHull3 = 2,
ConvexHull3Simplified = 3,
}
Values
Name | Description |
---|---|
Default | |
Original | |
ConvexHull3 | |
ConvexHull3Simplified |