FDoubleBox

Essentially a double-based version of [FBox](API\Runtime\Core\Math\FBox)

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h

Include

#include "LidarPointCloudShared.h"

Syntax

struct FDoubleBox

Remarks

Essentially a double-based version of FBox

Variables

Name Description

Public variable

uint8

 

IsValid

Public variable

FDoubleVector

 

Max

Public variable

FDoubleVector

 

Min

Constructors

Name Description

Public function

FDoubleBox()

Public function

FDoubleBox

(
    EForceInit
)

Public function

FDoubleBox

(
    const FBox& Box
)

Public function

FDoubleBox

(
    const FDoubleVector& InMin,
    const FDoubleVector& InMax
)

Functions

Operators

Name Description

Public function Const

FDoubleBox

 

operator+

(
    const FDoubleVector& Other
)

Public function Const

FDoubleBox

 

operator+

(
    const FDoubleBox& Other
)

Public function

FDoubleBox &

 

operator+=

(
    const FDoubleVector& Other
)

Public function

FDoubleBox &

 

operator+=

(
    const FDoubleBox& Other
)

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