TGenericParticleHandle

A wrapper around any type of particle handle to provide a consistent (read-only) API for all particle types.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleHandle.h

Include

#include "Chaos/ParticleHandle.h"

Syntax

template<typename T, int d>
class TGenericParticleHandle

Remarks

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. TGenericParticleHandle has pointer semantics, so you can use one wherever you have a particle handle pointer;

Constructors

Name Description

Public function

TGenericParticleHandle

(
    TGeometryParticleHandle< T, d >...
)

Functions

Name Description

Public function Const

TGenericPart...

 

Get()

Operators

Name Description

Public function Const

TGenericPart...

 

operator->()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss