Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Velocity
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleVelocityBase
- UParticleModuleVelocityCone
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityCone.h |
| Include | #include "Particles/Velocity/ParticleModuleVelocityCone.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, MinimalAPI, Meta=(DisplayName="Velocity Cone"))
class UParticleModuleVelocityCone : public UParticleModuleVelocityBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRawDistributionFloat | Angle | The Min value represents the inner cone angle value and the Max value represents the outer cone angle value. | |
| FVector | Direction | The direction FVector of the cone. | |
| FRawDistributionFloat | Velocity | The initial velocity of the particles. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UParticleModuleVelocityCone
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initializes the default values for this property | ||
| void | SpawnEx
(
FParticleEmitterInstance* Owner, |
Extended version of spawn, allows for using a random stream for distribution value retrieval |
Overridden from UParticleModule
| Type | Name | Description | |
|---|---|---|---|
| void | Render3DPreview
(
FParticleEmitterInstance* Owner, |
Render the modules 3D visualization helper primitive. | |
| void | Spawn
(
FParticleEmitterInstance* Owner, |
Called on a particle that is freshly spawned by the emitter. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |