Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Velocity
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleVelocityBase
- UParticleModuleVelocity
- UParticleModuleVelocity_Seeded
- UParticleModuleVelocityCone
- UParticleModuleVelocityInheritParent
- UParticleModuleVelocityOverLifetime
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityBase.h |
| Include | #include "Particles/Velocity/ParticleModuleVelocityBase.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, Abstract, Meta=(DisplayName="Velocity"))
class UParticleModuleVelocityBase : public UParticleModule
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bApplyOwnerScale | If true, then apply the particle system components scale to the velocity value. | |
| uint32: 1 | bInWorldSpace | If true, then treat the velocity as world-space defined. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UParticleModuleVelocityBase
(
const FObjectInitializer& ObjectInitializer |