TParticleHandleBase

Windows
MacOS
Linux

Deprecated

Inheritance Hierarchy

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 TParticleHandleBase

Variables

Constructors

Name Description

Public function

TParticleHandleBase()

Public function

TParticleHandleBase

(
    TSerializablePtr< TParticlesType > ...,
    int32 InParticleIdx
)

Public function

TParticleHandleBase

(
    TGeometryParticles< T, d >* In...,
    int32 InParticleIdx
)

Should only be used for transient handles - maybe we can protect this better?

Destructors

Name Description

Public function

~TParticleHandleBase()

You must modify the union to extend this class and do not add any member variables.

Functions

Name Description

Public function Const

EParticleTyp...

 

GetParticleType()

Public function

void

 

Serialize

(
    FChaosArchive& Ar
)

Public function

void

 

SetSOALowLevel

(
    TGeometryParticles< T, d >* In...
)

This is needed for post serialization fixup of raw pointer. Should only be called by serialization code which is low level and knows the implementation details.

Typedefs

Name

Description

TType

Constants

Name

Description

D

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