Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FKConvexElem
| |
|
| Name |
EConvexDataUpdateMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConvexElem.h |
| Include Path |
#include "PhysicsEngine/ConvexElem.h" |
Syntax
enum EConvexDataUpdateMethod
{
UpdateConvexDataOnlyIfMissing = 0,
AlwaysUpdateConvexData,
}
Values
| Name |
Remarks |
| 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 |