Navigation
API > API/Developer > API/Developer/PhysicsUtilities
References
| Module | PhysicsUtilities |
| Header | /Engine/Source/Developer/PhysicsUtilities/Public/ConvexDecompTool.h |
| Include | #include "ConvexDecompTool.h" |
Syntax
class IDecomposeMeshToHullsAsync
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DecomposeMeshToHullsAsyncBegin
(
UBodySetup* InBodySetup, |
Utility for turning arbitrary mesh into convex hulls. | |
| const FString & | Returns the current status message in the decomposition process. An empty string is returns if the convex decomposition is complete. | ||
| bool | IsComplete () |
Returns true if the convex decomposition process has completed and results are ready. | |
| void | Release () |