FFourBox

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

Windows
MacOS
Linux

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

Name Description

Public variable

FVector4[3]

 

Max

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

Public variable

FVector4[3]

 

Min

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

Functions

Name Description

Public function

FBox

 

GetBox

(
    int32 BoundingVolumeIndex
)

Returns the bounding volume at the passed in index.

Public function

FBox

 

GetBox

(
    int32 BoundingVolumeIndex
)

Returns the bounding volume at the passed in index.

Public function

void

 

SetBox

(
    int32 BoundingVolumeIndex,
    const FBox& Box
)

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

Public function

void

 

SetBox

(
    int32 BoundingVolumeIndex,
    const FBox& Box
)

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss