![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <kDOP.h>
Public Member Functions | |
| MS_ALIGN (16) FVector4 Min[3] GCC_ALIGN(16) | |
| void | SetBox (int32 BoundingVolumeIndex, const FBox &Box) |
| FBox | GetBox (int32 BoundingVolumeIndex) |
| MS_ALIGN (16) FVector4 Min[3] GCC_ALIGN(16) | |
| void | SetBox (int32 BoundingVolumeIndex, const FBox &Box) |
| FBox | GetBox (int32 BoundingVolumeIndex) |
Public Attributes | |
| FVector4 | Max [3] |
Holds the min/max planes that make up a set of 4 bounding volumes.
Returns the bounding volume at the passed in index.
| BoundingVolumeIndex | Index of bounding volume to return |
Returns the bounding volume at the passed in index.
| BoundingVolumeIndex | Index of bounding volume to return |
| FFourBox::MS_ALIGN | ( | 16 | ) |
Min planes for this set of bounding volumes. Array index is X/Y/Z.
| FFourBox::MS_ALIGN | ( | 16 | ) |
Min planes for this set of bounding volumes. Array index is X/Y/Z.
Sets the box at the passed in index to the passed in box.
| BoundingVolumeIndex | Index of box to set |
| Box | Box to set |
Sets the box at the passed in index to the passed in box.
| BoundingVolumeIndex | Index of box to set |
| Box | Box to set |
| FVector4 FFourBox::Max |
Max planes for this set of bounding volumes. Array index is X/Y/Z.