Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCylinder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCylinder () |
Needed for serialization | Chaos/Cylinder.h | |
| Chaos/Cylinder.h | |||
| Chaos/Cylinder.h | |||
FCylinder
(
const FVec3& x1, |
Chaos/Cylinder.h |
FCylinder()
Description
Needed for serialization
| Name | FCylinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Cylinder.h |
| Include Path | #include "Chaos/Cylinder.h" |
FCylinder()
FCylinder(const FCylinder &)
| Name | FCylinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Cylinder.h |
| Include Path | #include "Chaos/Cylinder.h" |
FCylinder
(
const FCylinder & Other
)
FCylinder(FCylinder &&)
| Name | FCylinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Cylinder.h |
| Include Path | #include "Chaos/Cylinder.h" |
FCylinder
(
FCylinder && Other
)
FCylinder(const FVec3 &, const FVec3 &, const FReal)
| Name | FCylinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Cylinder.h |
| Include Path | #include "Chaos/Cylinder.h" |
FCylinder
(
const FVec3 & x1,
const FVec3 & x2,
const FReal Radius
)