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