TBreakingDataExt

BreakingData used in the subsystems

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ExternalCollisionData.h"

Syntax

template<class T, int d>
struct TBreakingDataExt

Remarks

BreakingData used in the subsystems

Variables

Name Description

Public variable

TVector< T, d >

 

AngularVelocity

Public variable

FBox

 

BoundingBox

Public variable

float

 

BoundingboxExtentMax

Public variable

float

 

BoundingboxExtentMin

Public variable

float

 

BoundingboxVolume

Public variable

TVector< T, d >

 

Location

Public variable

T

 

Mass

Public variable

TGeometryPartic...

 

Particle

Public variable

IPhysicsProxyBa...

 

ParticleProxy

Public variable

FName

 

PhysicalMaterialName

Please don't be tempted to add the code below back.

Public variable

int32

 

SurfaceType

Public variable

FQuat

 

TransformRotation

Public variable

FVector

 

TransformScale

Public variable

FVector

 

TransformTranslation

Public variable

TVector< T, d >

 

Velocity

Constructors

Name Description

Public function

TBreakingDataExt()

Public function

TBreakingDataExt

(
    const TBreakingData< float, 3 >& I...
)

Public function

TBreakingDataExt

(
    TVector< T, d > InLocation,
    TVector< T, d > InVelocity,
    TVector< T, d > InAngularVelocity,
    T InMass,
    TGeometryParticleHandle< T, d >...,
    IPhysicsProxyBase* InParticleP...,
    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