Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine > API/Runtime/Engine/PhysicsEngine/FKConvexElem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConvexElem.h |
| Include | #include "PhysicsEngine/ConvexElem.h" |
Syntax
enum EConvexDataUpdateMethod
&123;
UpdateConvexDataOnlyIfMissing = 0,
AlwaysUpdateConvexData,
&125;
Values
| Name | Description |
|---|---|
| UpdateConvexDataOnlyIfMissing | Update convex index and vertex data from the chaos convex object only if they are missing |
| AlwaysUpdateConvexData | Always convex recompute index and vertex data from the set chaos convex object |