TGeometryParticle::GeometrySharedLowLevel

Ryan: [FGeometryCollectionPhysicsProxy](API\Runtime\Chaos\PhysicsProxy\FGeometryCollectionPhysicsProxy) needs access to [GeometrySharedLowLevel()](API\Runtime\Chaos\Chaos\TGeometryParticle\GeometrySharedLowLevel), as it needs access for the same reason as ParticleData.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ParticleHandle.h"

Syntax

TSharedPtr< FImplicitObject, ESPMode::ThreadSafe > GeometrySharedLowLevel() const

Remarks

Ryan: FGeometryCollectionPhysicsProxy needs access to GeometrySharedLowLevel(), as it needs access for the same reason as ParticleData. For some reason the friend declaration isn't working. Exposing this function until this can be straightened out. friend class FGeometryCollectionPhysicsProxy; This is only for use by ParticleData. This should be called only in one place, when the geometry is being copied from GT to PT.

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