Navigation
API > API/Plugins > API/Plugins/Buoyancy
| Name | FBuoyancyBoxShape |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Buoyancy/Source/Runtime/Public/BuoyancyAlgorithms.h |
| Include Path | #include "BuoyancyAlgorithms.h" |
Syntax
class FBuoyancyBoxShape : public BuoyancyAlgorithms::FBuoyancyShape
Inheritance Hierarchy
- FBuoyancyShape → FBuoyancyBoxShape
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuoyancyBoxShape
(
const Chaos::FAABB3& InLocalBox |
BuoyancyAlgorithms.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LocalBox | const Chaos::FAABB3 & | BuoyancyAlgorithms.h |
Functions
Public
Overridden from FBuoyancyShape
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual Chaos::FVec3 GetCenter() |
BuoyancyAlgorithms.h | ||
virtual void GetEdgeVertices
(
int EdgeIndex, |
BuoyancyAlgorithms.h | ||
virtual int32 GetFaceEdge
(
const int FaceIndex, |
BuoyancyAlgorithms.h | ||
virtual int32 GetFaceVertex
(
const int FaceIndex, |
BuoyancyAlgorithms.h | ||
virtual Chaos::FVec3 GetVertex
(
int32 Index |
BuoyancyAlgorithms.h | ||
virtual void Initialize() |
BuoyancyAlgorithms.h | ||
virtual int32 NumEdges() |
BuoyancyAlgorithms.h | ||
virtual int32 NumFaces() |
BuoyancyAlgorithms.h | ||
virtual int NumFaceVertices
(
const int Index |
BuoyancyAlgorithms.h | ||
virtual int NumMaxIntersectionsPoints() |
BuoyancyAlgorithms.h | ||
virtual int32 NumVertices() |
BuoyancyAlgorithms.h |