Navigation
Unreal Engine C++ API Reference > Developer > PhysicsUtilities
References
Module | PhysicsUtilities |
Header | /Engine/Source/Developer/PhysicsUtilities/Public/PhysicsAssetUtils.h |
Include | #include "PhysicsAssetUtils.h" |
Syntax
enum EPhysAssetFitGeomType
{
EFG_Box,
EFG_Sphyl,
EFG_Sphere,
EFG_TaperedCapsule,
EFG_SingleConvexHull,
EFG_MultiConvexHull,
EFG_LevelSet,
EFG_SkinnedLevelSet,
}
Values
Name | Description |
---|---|
EFG_Box | |
EFG_Sphyl | |
EFG_Sphere | |
EFG_TaperedCapsule | |
EFG_SingleConvexHull | |
EFG_MultiConvexHull | |
EFG_LevelSet | |
EFG_SkinnedLevelSet |