UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IntVectorTypes.h File Reference
#include "Math/Vector.h"
#include "Math/IntVector.h"
#include "MathUtil.h"
#include "VectorTypes.h"
#include <sstream>

Go to the source code of this file.

Classes

struct  UE::Geometry::FVector2i
 
struct  UE::Geometry::FVector3i
 

Namespaces

namespace  UE
 
namespace  UE::Geometry
 

Functions

FVector2i UE::Geometry::operator* (int32 Scalar, const FVector2i &V)
 
std::ostream & UE::Geometry::operator<< (std::ostream &os, const FVector2i &Vec)
 
uint32 UE::Geometry::GetTypeHash (const FVector2i &Vector)
 
FVector3i UE::Geometry::operator* (int32 Scalar, const FVector3i &V)
 
FVector3i UE::Geometry::Min (const FVector3i &V0, const FVector3i &V1)
 
FVector3i UE::Geometry::Max (const FVector3i &V0, const FVector3i &V1)
 
std::ostream & UE::Geometry::operator<< (std::ostream &os, const FVector3i &Vec)
 
uint32 UE::Geometry::GetTypeHash (const FVector3i &Vector)