FChaosCollisionEventRequestSettings

Settings used to define collision event requests.

Windows
MacOS
Linux

References

Module

GeometryCollectionEngine

Header

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

Include

#include "ChaosCollisionEventFilter.h"

Syntax

struct FChaosCollisionEventRequestSettings

Remarks

Settings used to define collision event requests.

Variables

Name Description

Public variable

float

 

MaxDistance

The maximum distance threshold for the results.

Public variable

int32

 

MaxNumberResults

The maximum number of results to return.

Public variable

float

 

MinImpulse

The minimum impulse threshold for the results.

Public variable

float

 

MinMass

The minimum mass threshold for the results (compared with min of particle 1 mass and particle 2 mass).

Public variable

float

 

MinSpeed

The min speed threshold for the results (compared with min of particle 1 speed and particle 2 speed).

Public variable

EChaosCollision...

 

SortMethod

The method used to sort the collision events.

Constructors

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