Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FTaperedCylinder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/TaperedCylinder.h | |||
FTaperedCylinder
(
const FTaperedCylinder& Other |
Chaos/TaperedCylinder.h | ||
FTaperedCylinder
(
FTaperedCylinder&& Other |
Chaos/TaperedCylinder.h | ||
FTaperedCylinder
(
const FVec3& x1, |
Chaos/TaperedCylinder.h |
FTaperedCylinder()
| Name | FTaperedCylinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCylinder.h |
| Include Path | #include "Chaos/TaperedCylinder.h" |
FTaperedCylinder()
FTaperedCylinder(const FTaperedCylinder &)
| Name | FTaperedCylinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCylinder.h |
| Include Path | #include "Chaos/TaperedCylinder.h" |
FTaperedCylinder
(
const FTaperedCylinder & Other
)
FTaperedCylinder(FTaperedCylinder &&)
| Name | FTaperedCylinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCylinder.h |
| Include Path | #include "Chaos/TaperedCylinder.h" |
FTaperedCylinder
(
FTaperedCylinder && Other
)
FTaperedCylinder(const FVec3 &, const FVec3 &, const FReal, const FReal)
| Name | FTaperedCylinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCylinder.h |
| Include Path | #include "Chaos/TaperedCylinder.h" |
FTaperedCylinder
(
const FVec3 & x1,
const FVec3 & x2,
const FReal Radius1,
const FReal Radius2
)