Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UParticleModuleSizeScale
Description
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.
Virtual Inheritance
- UParticleModule::SetToSensibleDefaults → UParticleModuleSizeScale::SetToSensibleDefaults
| Name | SetToSensibleDefaults |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScale.h |
| Include Path | #include "Particles/Size/ParticleModuleSizeScale.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Size.cpp |
virtual void SetToSensibleDefaults
(
UParticleEmitter * Owner
)
Parameters
| Name | Remarks |
|---|---|
| Owner | The UParticleEmitter that the module is being added to. |