Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > RotationRate > UParticleModuleMeshRotationRate
- UParticleModule::SetToSensibleDefaults()
- UParticleModuleMeshRotationRate::SetToSensibleDefaults()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate.h |
Include | #include "Particles/RotationRate/ParticleModuleMeshRotationRate.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual void SetToSensibleDefaults
&40;
UParticleEmitter &42; Owner
&41;
Remarks
Called when the module is created, this function allows for setting values that make sense for the type of emitter they are being used in.
Parameters
Name | Description |
---|---|
Owner | The UParticleEmitter that the module is being added to. |