FPhysXShapeAdapter

Adapts a [FCollisionShape](API\Runtime\PhysicsCore\FCollisionShape) to a PxGeometry type, used for various queries.

Windows
MacOS
Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/PhysicsInterfaceUtilsCore.h

Include

#include "PhysicsInterfaceUtilsCore.h"

Syntax

struct FPhysXShapeAdapter

Remarks

Adapts a FCollisionShape to a PxGeometry type, used for various queries.

Constructors

Name Description

Public function

FPhysXShapeAdapter

(
    const FQuat& Rot,
    const FCollisionShape& CollisionSh...
)

Functions

Name Description

Public function Const

const PxGeom...

 

GetGeometry()

Public function Const

const FQuat ...

 

GetGeomOrientation()

Public function Const

FTransform

 

GetGeomPose

(
    const FVector& Pos
)

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