18class ParticleOnHitSubcomponent :
public ::OnHitSubcomponent {
28 ::std::less<::std::string>,
29 ::std::vector<::std::string>,
30 ::std::vector<::ActorFilterGroup>>>
32 ::ll::TypedStorage<4, 4, ::ParticleType> mParticleType;
33 ::ll::TypedStorage<4, 4, int> mNumParticles;
34 ::ll::TypedStorage<1, 1, bool> mOnEntityHit;
35 ::ll::TypedStorage<1, 1, bool> mOnOtherHit;
41 virtual ~ParticleOnHitSubcomponent() =
default;
49 virtual char const* getName()
const ;
55 MCAPI ParticleOnHitSubcomponent();
73 MCAPI
char const* $getName()
const;
static MCAPI void ** $vftable()