Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOrientedBox
Description
Fills in the Verts array with the eight vertices of the box.
FOrientedBox inline functions
| Name | CalcVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/OrientedBox.h |
| Include Path | #include "Math/OrientedBox.h" |
void CalcVertices
(
FVector * Verts
) const
Parameters
| Name | Remarks |
|---|---|
| Verts | The array to fill in with the vertices. |