Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere.h |
Include |
#include "Particles/Location/ParticleModuleLocationPrimitiveSphere.h" |
class UParticleModuleLocationPrimitiveSphere : public UParticleModuleLocationPrimitiveBase
Name | Description | ||
---|---|---|---|
|
StartRadius |
The radius of the sphere. Retrieved using EmitterTime. |
Name | Description | |
---|---|---|
|
UParticleModuleLocationPrimitiveSphere ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
|
|
SpawnEx ( |
Extended version of spawn, allows for using a random stream for distribution value retrieval |
Name | Description | ||
---|---|---|---|
|
Render3DPreview ( |
Render the modules 3D visualization helper primitive. |
|
|
Spawn ( |
Called on a particle that is freshly spawned by the emitter. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |