Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ShapeElem.h |
Include | #include "PhysicsEngine/ShapeElem.h" |
Syntax
namespace EAggCollisionShape
{
enum Type
&123;
Sphere,
Box,
Sphyl,
Convex,
TaperedCapsule,
LevelSet,
SkinnedLevelSet,
Unknown,
&125;
}
Values
Name | Description |
---|---|
Sphere | |
Box | |
Sphyl | |
Convex | |
TaperedCapsule | |
LevelSet | |
SkinnedLevelSet | |
Unknown |