![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContactPoint.h>
Public Types | |
| using | FRealType = T |
Public Member Functions | |
| TContactPoint () | |
| template<typename U > | |
| TContactPoint (const TContactPoint< U > &Other) | |
| bool | IsSet () const |
Public Attributes | |
| TVec3< FRealType > | ShapeContactPoints [2] |
| TVec3< FRealType > | ShapeContactNormal |
| FRealType | Phi |
| int32 | FaceIndex |
| EContactPointType | ContactType |
Data returned by the low-level collision functions.
| using Chaos::TContactPoint< T >::FRealType = T |
|
inline |
|
inline |
|
inline |
| EContactPointType Chaos::TContactPoint< T >::ContactType |
| int32 Chaos::TContactPoint< T >::FaceIndex |
| FRealType Chaos::TContactPoint< T >::Phi |
| TVec3<FRealType> Chaos::TContactPoint< T >::ShapeContactNormal |
| TVec3<FRealType> Chaos::TContactPoint< T >::ShapeContactPoints[2] |