Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionGPU.h |
Include |
#include "Particles/Collision/ParticleModuleCollisionGPU.h" |
namespace EParticleCollisionResponse
{
enum Type
{
Bounce,
Stop,
Kill,
}
}
Name |
Description |
---|---|
Bounce |
The particle will bounce off of the surface. |
Stop |
The particle will stop on the surface. |
Kill |
The particle will be killed. |
How particles respond to collision events.