enum class EAttachmentSourceType : uint32
{
    // MPropertyFriendlyName = Model Gun Muzzles
    EAttachmentSource_WeaponMuzzles = 0,
    // MPropertyFriendlyName = Custom
    EAttachmentSource_Custom = 1,
};