I can't inherit from UParticleModule

Hi guys,

I want to create a custom module for the particle system (as explained here) but it’s not possible because the class is not exposed outside the Engine module:

UCLASS(editinlinenew, hidecategories=Object, abstract, MinimalAPI)
class UParticleModule : public UObject

I miss something or what?

thanks a lot,

Martin

Hi, did you ever find a workaround?

I have the same issue in 4.14.1