Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UParticleModuleVelocity |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity.h |
| Include Path | #include "Particles/Velocity/ParticleModuleVelocity.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, MinimalAPI, Meta=(DisplayName="Initial Velocity"))
class UParticleModuleVelocity : public UParticleModuleVelocityBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UParticleModule → UParticleModuleVelocityBase → UParticleModuleVelocity
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UParticleModuleVelocity
(
const FObjectInitializer& ObjectInitializer |
Particles/Velocity/ParticleModuleVelocity.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StartVelocity | FRawDistributionVector | The velocity to apply to a particle when it is spawned. | Particles/Velocity/ParticleModuleVelocity.h |
|
| StartVelocityRadial | FRawDistributionFloat | The velocity to apply to a particle along its radial direction. | Particles/Velocity/ParticleModuleVelocity.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeDefaults() |
Initializes the default values for this property | Particles/Velocity/ParticleModuleVelocity.h | |
void SpawnEx
(
const FSpawnContext& Context, |
Extended version of spawn, allows for using a random stream for distribution value retrieval | Particles/Velocity/ParticleModuleVelocity.h |
Overridden from UParticleModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Spawn
(
const FSpawnContext& Context |
Particles/Velocity/ParticleModuleVelocity.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Particles/Velocity/ParticleModuleVelocity.h | ||
virtual void PostInitProperties() |
Particles/Velocity/ParticleModuleVelocity.h |