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

#include <StructSerializerTestTypes.h>

Public Member Functions

 FOrientedBoxFloat ()
 

Public Attributes

FVector3f Center
 
FVector3f AxisX
 
FVector3f AxisY
 
FVector3f AxisZ
 
float ExtentX
 
float ExtentY
 
float ExtentZ
 

Detailed Description

Float (Non LWC) version of FOrientedBox since the float version doesn't exist yet

Constructor & Destructor Documentation

◆ FOrientedBoxFloat()

FOrientedBoxFloat::FOrientedBoxFloat ( )
inline

Member Data Documentation

◆ AxisX

FVector3f FOrientedBoxFloat::AxisX

Holds the x-axis vector of the box. Must be a unit vector.

◆ AxisY

FVector3f FOrientedBoxFloat::AxisY

Holds the y-axis vector of the box. Must be a unit vector.

◆ AxisZ

FVector3f FOrientedBoxFloat::AxisZ

Holds the z-axis vector of the box. Must be a unit vector.

◆ Center

FVector3f FOrientedBoxFloat::Center

Holds the center of the box.

◆ ExtentX

float FOrientedBoxFloat::ExtentX

Holds the extent of the box along its x-axis.

◆ ExtentY

float FOrientedBoxFloat::ExtentY

Holds the extent of the box along its y-axis.

◆ ExtentZ

float FOrientedBoxFloat::ExtentZ

Holds the extent of the box along its z-axis.


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