Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/kDOP.h |
| Include | #include "kDOP.h" |
Syntax
struct FFourBox
Remarks
Holds the min/max planes that make up a set of 4 bounding volumes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector4[3] | Max | Max planes for this set of bounding volumes. Array index is X/Y/Z. | |
| FVector4[3] | Min | Min planes for this set of bounding volumes. Array index is X/Y/Z. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBox | GetBox
(
int32 BoundingVolumeIndex |
Returns the bounding volume at the passed in index. | |
| FBox | GetBox
(
int32 BoundingVolumeIndex |
Returns the bounding volume at the passed in index. | |
| void | SetBox
(
int32 BoundingVolumeIndex, |
Sets the box at the passed in index to the passed in box. | |
| void | SetBox
(
int32 BoundingVolumeIndex, |
Sets the box at the passed in index to the passed in box. |