TCollisionDataExt::TCollisionDataExt

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ExternalCollisionData.h"

Syntax

TCollisionDataExt
(
    TVector< T, d > InLocation,
    TVector< T, d > InAccumulatedImpulse,
    TVector< T, d > InNormal,
    TVector< T, d > InVelocity1,
    TVector< T, d > InVelocity2,
    TVector< T, d > InAngularVelocity1,
    TVector< T, d > InAngularVelocity2,
    T InMass1,
    T InMass2,
    TGeometryParticle< T, d > * InParticle,
    TGeometryParticle< T, d > * InLevelset,
    IPhysicsProxyBase * InParticleProxy,
    IPhysicsProxyBase * InLevelsetProxy,
    float InBoundingboxVolume,
    float InBoundingboxExtentMin,
    float InBoundingboxExtentMax,
    int32 InSurfaceType
)

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