Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCylinder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReal GetArea
(
const bool IncludeEndCaps |
Chaos/Cylinder.h | ||
static FReal GetArea
(
const FReal Height, |
Chaos/Cylinder.h |
GetArea(const bool)
| Name | GetArea |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Cylinder.h |
| Include Path | #include "Chaos/Cylinder.h" |
FReal GetArea
(
const bool IncludeEndCaps
) const
GetArea(const FReal, const FReal, const bool)
| Name | GetArea |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Cylinder.h |
| Include Path | #include "Chaos/Cylinder.h" |
static FReal GetArea
(
const FReal Height,
const FReal Radius,
const bool IncludeEndCaps
)