Choose your operating system:
Windows
macOS
Linux
| UParticleModule::SetToSensibleDefaults()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h |
Include |
#include "Particles/SubUV/ParticleModuleSubUVMovie.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual void SetToSensibleDefaults
(
UParticleEmitter * Owner
)
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.
Parameter |
Description |
---|---|
Owner |
The UParticleEmitter that the module is being added to. |