Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UParticleModuleSizeMultiplyLife |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeMultiplyLife.h |
| Include Path | #include "Particles/Size/ParticleModuleSizeMultiplyLife.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, MinimalAPI, Meta=(DisplayName="Size By Life"))
class UParticleModuleSizeMultiplyLife : public UParticleModuleSizeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UParticleModule → UParticleModuleSizeBase → UParticleModuleSizeMultiplyLife
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UParticleModuleSizeMultiplyLife
(
const FObjectInitializer& ObjectInitializer |
Particles/Size/ParticleModuleSizeMultiplyLife.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LifeMultiplier | FRawDistributionVector | The scale factor for the size that should be used for a particle. | Particles/Size/ParticleModuleSizeMultiplyLife.h |
|
| MultiplyX | uint32 | If true, the X-component of the scale factor will be applied to the particle size X-component. | Particles/Size/ParticleModuleSizeMultiplyLife.h |
|
| MultiplyY | uint32 | If true, the Y-component of the scale factor will be applied to the particle size Y-component. | Particles/Size/ParticleModuleSizeMultiplyLife.h |
|
| MultiplyZ | uint32 | If true, the Z-component of the scale factor will be applied to the particle size Z-component. | Particles/Size/ParticleModuleSizeMultiplyLife.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeDefaults() |
Initializes the default values for this property | Particles/Size/ParticleModuleSizeMultiplyLife.h |
Overridden from UParticleModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CompileModule
(
FParticleEmitterBuildInfo& EmitterInfo |
Called once to compile the effects of this module on runtime simulation. | Particles/Size/ParticleModuleSizeMultiplyLife.h | |
virtual bool IsSizeMultiplyLife() |
Returns whether the module is SizeMultipleLife or not. | Particles/Size/ParticleModuleSizeMultiplyLife.h | |
virtual bool IsValidForLODLevel
(
UParticleLODLevel* LODLevel, |
Returns true if the module is valid for the provided LOD level. | Particles/Size/ParticleModuleSizeMultiplyLife.h | |
virtual void SetToSensibleDefaults
(
UParticleEmitter* Owner |
For Cascade. | Particles/Size/ParticleModuleSizeMultiplyLife.h | |
virtual void Spawn
(
const FSpawnContext& Context |
Particles/Size/ParticleModuleSizeMultiplyLife.h | ||
virtual void Update
(
const FUpdateContext& Context |
Particles/Size/ParticleModuleSizeMultiplyLife.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Particles/Size/ParticleModuleSizeMultiplyLife.h | ||
virtual void PostInitProperties() |
Particles/Size/ParticleModuleSizeMultiplyLife.h |