enum class NPCPhysicsHullType_ t : uint32
{
// MPropertyFriendlyName = None
eInvalid = 0,
// MPropertyFriendlyName = Capsule - Ground
eGroundCapsule = 1,
// MPropertyFriendlyName = Capsule - Centered
eCenteredCapsule = 2,
// MPropertyFriendlyName = Capsule - Generic
eGenericCapsule = 3,
// MPropertyFriendlyName = Box - Ground
eGroundBox = 4,
};