Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
UParticleModuleVelocityBase |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityBase.h |
| Include Path |
#include "Particles/Velocity/ParticleModuleVelocityBase.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, Abstract, Meta=(DisplayName="Velocity"))
class UParticleModuleVelocityBase : public UParticleModule
Inheritance Hierarchy
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Particles/Velocity/ParticleModuleVelocityBase.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bApplyOwnerScale |
uint32 |
If true, then apply the particle system components scale to the velocity value. |
Particles/Velocity/ParticleModuleVelocityBase.h |
- EditAnywhere
- Category=Velocity
|
| bInWorldSpace |
uint32 |
If true, then treat the velocity as world-space defined. |
Particles/Velocity/ParticleModuleVelocityBase.h |
- EditAnywhere
- Category=Velocity
|
Functions
Public