Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > VectorField
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleVectorFieldBase
- UParticleModuleVectorFieldGlobal
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h |
Include | #include "Particles/VectorField/ParticleModuleVectorFieldGlobal.h" |
Syntax
class UParticleModuleVectorFieldGlobal : public UParticleModuleVectorFieldBase
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32: 1 | bOverrideGlobalVectorFieldTightness | Property override value for global vector field tightness. |
![]() |
float | GlobalVectorFieldScale | Global vector field scale. |
![]() |
float | GlobalVectorFieldTightness | Global vector field tightness override. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UParticleModuleVectorFieldGlobal
(
const FObjectInitializer& ObjectInitializer |
Overridden from UParticleModule
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CompileModule
(
FParticleEmitterBuildInfo& EmitterInfo |
Called once to compile the effects of this module on runtime simulation. |