![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParticleHandle.h>
Public Member Functions | |
| FGenericParticleHandle () | |
| FGenericParticleHandle (FGeometryParticleHandle *InHandle) | |
| FGenericParticleHandleImp * | operator-> () const |
| FGenericParticleHandleImp * | Get () const |
| bool | IsValid () const |
Friends | |
| uint32 | GetTypeHash (const FGenericParticleHandle &H) |
| bool | operator== (const FGenericParticleHandle &L, const FGenericParticleHandle &R) |
| bool | operator!= (const FGenericParticleHandle &L, const FGenericParticleHandle &R) |
| bool | operator< (const FGenericParticleHandle &L, const FGenericParticleHandle &R) |
A wrapper around any type of particle handle to provide a consistent (read-only) API for all particle types. This can make code simpler because you can write code that is type-agnostic, but it has a cost. Where possible it is better to write code that is specific to the type(s) of particles being operated on. FGenericParticleHandle has pointer semantics, so you can use one wherever you have a particle handle pointer;
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |