Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FTaperedCapsule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/TaperedCapsule.h | |||
FTaperedCapsule
(
const FTaperedCapsule& Other |
Chaos/TaperedCapsule.h | ||
FTaperedCapsule
(
FTaperedCapsule&& Other |
Chaos/TaperedCapsule.h | ||
FTaperedCapsule
(
const FVec3& X1, |
Chaos/TaperedCapsule.h |
FTaperedCapsule()
| Name | FTaperedCapsule |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCapsule.h |
| Include Path | #include "Chaos/TaperedCapsule.h" |
FTaperedCapsule()
FTaperedCapsule(const FTaperedCapsule &)
| Name | FTaperedCapsule |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCapsule.h |
| Include Path | #include "Chaos/TaperedCapsule.h" |
FTaperedCapsule
(
const FTaperedCapsule & Other
)
FTaperedCapsule(FTaperedCapsule &&)
| Name | FTaperedCapsule |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCapsule.h |
| Include Path | #include "Chaos/TaperedCapsule.h" |
FTaperedCapsule
(
FTaperedCapsule && Other
)
FTaperedCapsule(const FVec3 &, const FVec3 &, const FReal, const FReal, const FVec3 &)
| Name | FTaperedCapsule |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCapsule.h |
| Include Path | #include "Chaos/TaperedCapsule.h" |
FTaperedCapsule
(
const FVec3 & X1,
const FVec3 & X2,
const FReal InRadius1,
const FReal InRadius2,
const FVec3 & SplitXAxis
)