UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FFourBox Struct Reference

#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]
 

Detailed Description

Holds the min/max planes that make up a set of 4 bounding volumes.

Member Function Documentation

◆ GetBox() [1/2]

FBox FFourBox::GetBox ( int32  BoundingVolumeIndex)
inline

Returns the bounding volume at the passed in index.

Parameters
BoundingVolumeIndexIndex of bounding volume to return
Returns
Bounding volume at the passed in index

◆ GetBox() [2/2]

FBox FFourBox::GetBox ( int32  BoundingVolumeIndex)
inline

Returns the bounding volume at the passed in index.

Parameters
BoundingVolumeIndexIndex of bounding volume to return
Returns
Bounding volume at the passed in index

◆ MS_ALIGN() [1/2]

FFourBox::MS_ALIGN ( 16  )

Min planes for this set of bounding volumes. Array index is X/Y/Z.

◆ MS_ALIGN() [2/2]

FFourBox::MS_ALIGN ( 16  )

Min planes for this set of bounding volumes. Array index is X/Y/Z.

◆ SetBox() [1/2]

void FFourBox::SetBox ( int32  BoundingVolumeIndex,
const FBox Box 
)
inline

Sets the box at the passed in index to the passed in box.

Parameters
BoundingVolumeIndexIndex of box to set
BoxBox to set

◆ SetBox() [2/2]

void FFourBox::SetBox ( int32  BoundingVolumeIndex,
const FBox Box 
)
inline

Sets the box at the passed in index to the passed in box.

Parameters
BoundingVolumeIndexIndex of box to set
BoxBox to set

Member Data Documentation

◆ Max

FVector4 FFourBox::Max

Max planes for this set of bounding volumes. Array index is X/Y/Z.


The documentation for this struct was generated from the following files: