Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCapsule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVec3 SupportCore
(
const FVec3& Direction, |
Chaos/Capsule.h | ||
FVec3f SupportCore
(
const FVec3f& Direction, |
Chaos/Capsule.h |
SupportCore(const FVec3 &, const FReal, FReal *, int32 &)
| Name | SupportCore |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Capsule.h |
| Include Path | #include "Chaos/Capsule.h" |
FVec3 SupportCore
(
const FVec3 & Direction,
const FReal InMargin,
FReal * OutSupportDelta,
int32 & VertexIndex
) const
SupportCore(const FVec3f &, const FRealSingle, FRealSingle *, int32 &)
| Name | SupportCore |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Capsule.h |
| Include Path | #include "Chaos/Capsule.h" |
FVec3f SupportCore
(
const FVec3f & Direction,
const FRealSingle InMargin,
FRealSingle * OutSupportDelta,
int32 & VertexIndex
) const