Navigation
API > API/Runtime > API/Runtime/Engine
PhysX user data type
| Name | EPhysxUserDataType::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/PhysxUserData.h |
| Include Path | #include "PhysxUserData.h" |
Syntax
namespace EPhysxUserDataType
{
enum Type
{
Invalid,
BodyInstance,
PhysicalMaterial,
PhysScene,
ConstraintInstance,
PrimitiveComponent,
AggShape,
CustomPayload,
}
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| BodyInstance | |
| PhysicalMaterial | |
| PhysScene | |
| ConstraintInstance | |
| PrimitiveComponent | |
| AggShape | |
| CustomPayload |