Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBox.h |
Include |
#include "Particles/Kill/ParticleModuleKillBox.h" |
class UParticleModuleKillBox : public UParticleModuleKillBase
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. |
|
LowerLeftCorner |
The lower left corner of the box. |
|
|
UpperRightCorner |
The upper right corner of the box. |
Name | Description | |
---|---|---|
|
UParticleModuleKillBox ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
Render3DPreview ( |
Render the modules 3D visualization helper primitive. |
|
|
Update ( |
Called on a particle that is being updated by its emitter. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |