FWeakParticleHandle

Holds the data for getting back at the real handle if it's still valid Systems should not use this unless clean-up of direct handle is slow, this uses thread safe shared ptr which is not cheap

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/GeometryParticles.h"

Syntax

class FWeakParticleHandle

Remarks

Holds the data for getting back at the real handle if it's still valid Systems should not use this unless clean-up of direct handle is slow, this uses thread safe shared ptr which is not cheap

Constructors

Functions

Name Description

Public function Const

TGeometryPar...

 

GetHandle()

Public function Const

TGeometryPar...

 

GetHandleUnsafe()

Assumes the weak particle handle has been initialized so SharedData must exist.

Public function

bool

 

IsInitialized()

Public function

void

 

ResetHandle()

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