FCollisionContext

Data passed down into the collision detection functions.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Collision/CollisionContext.h

Include

#include "Chaos/Collision/CollisionContext.h"

Syntax

class FCollisionContext

Remarks

Data passed down into the collision detection functions.

Variables

Name Description

Public variable

bool

 

bAllowManifolds

Whether to use manifolds where supported [default: false].

Public variable

bool

 

bDeferUpdate

Whether to defer constraint phi/normal calculation to the Apply step [default: true].

Public variable

bool

 

bFilteringEnabled

Whether to check the shape query flags (e.g., Rigid Body nodes have already performed filtering prior to collision detection) [default: true].

Constructors

Name Description

Public function

FCollisionContext()

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