UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Box.h File Reference

Go to the source code of this file.

Classes

struct  UE::Math::TBoxConstInit
 
struct  UE::Math::TBox< T >
 
struct  TIsPODType< FBox3f >
 
struct  TIsUECoreVariant< FBox3f >
 
struct  TIsPODType< FBox3d >
 
struct  TIsUECoreVariant< FBox3d >
 

Namespaces

namespace  UE
 
namespace  UE::Math
 

Macros

#define ENABLE_UNINITIALIZED_BOX_DIAGNOSTIC   0
 
#define ENABLE_BOX_DIAGNOSTIC_CHECKS   (ENABLE_UNINITIALIZED_BOX_DIAGNOSTIC || ENABLE_NAN_DIAGNOSTIC)
 

Functions

template<typename T >
uint32 UE::Math::GetTypeHash (const TBox< T > &Box)
 
 UE_DECLARE_LWC_TYPE (Box, 3)
 

Macro Definition Documentation

◆ ENABLE_BOX_DIAGNOSTIC_CHECKS

#define ENABLE_BOX_DIAGNOSTIC_CHECKS   (ENABLE_UNINITIALIZED_BOX_DIAGNOSTIC || ENABLE_NAN_DIAGNOSTIC)

◆ ENABLE_UNINITIALIZED_BOX_DIAGNOSTIC

#define ENABLE_UNINITIALIZED_BOX_DIAGNOSTIC   0

Function Documentation

◆ UE_DECLARE_LWC_TYPE()

UE_DECLARE_LWC_TYPE ( Box  ,
 
)