/// <summary>Change the ParticleSystem used by this ParticleSystemComponent</summary> public void SetTemplate(UParticleSystem NewTemplate) { CheckIsValid(); SetTemplate(_this.Get(), NewTemplate); }
/// <summary>Change the ParticleSystem used by this ParticleSystemComponent</summary> public extern void SetTemplate(UParticleSystem NewTemplate);