FChaosCollisionEventData

A collision event data structure.

Windows
MacOS
Linux

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosCollisionEventFilter.h

Include

#include "ChaosCollisionEventFilter.h"

Syntax

struct FChaosCollisionEventData

Remarks

A collision event data structure.

Variables

Name Description

Public variable

FVector

 

Impulse

The accumulated impulse vector of the collision event.

Public variable

Chaos::TGeometr...

 

Levelset

The level set of the collision event.

Public variable

FVector

 

Location

Location of the collision event.

Public variable

float

 

Mass1

The mass of object 1 of the collision event.

Public variable

float

 

Mass2

The mass of object 2 of the collision event.

Public variable

FVector

 

Normal

Normal of the collision event.

Public variable

Chaos::TGeometr...

 

Particle

The particle of the collision event.

Public variable

FVector

 

Velocity1

The velocity of object 1 of the collision event.

Public variable

FVector

 

Velocity2

The velocity of object 2 of the collision event.

Constructors

Name Description

Public function

FChaosCollisionEventData()

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