Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Kill
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleKillBase
- UParticleModuleKillBox
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBox.h |
Include | #include "Particles/Kill/ParticleModuleKillBox.h" |
Syntax
class UParticleModuleKillBox : public UParticleModuleKillBase
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32: 1 | bAbsolute | If true, the box coordinates are in world space./ |
![]() |
uint32: 1 | bAxisAlignedAndFixedSize | If true, the box will always be axis aligned and non-scalable. |
![]() |
uint32: 1 | bKillInside | If true, particles INSIDE the box will be killed. |
![]() |
FRawDistributionVector | LowerLeftCorner | The lower left corner of the box. |
![]() |
FRawDistributionVector | UpperRightCorner | The upper right corner of the box. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UParticleModuleKillBox
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Initializes the default values for this property |
Overridden from UParticleModule
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Render3DPreview
(
FParticleEmitterInstance* Owner, |
Render the modules 3D visualization helper primitive. |
![]() ![]() |
void | Update
(
FParticleEmitterInstance* Owner, |
Called on a particle that is being updated by its emitter. |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
![]() ![]() |
void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |