| BuildAABB(const TVector< double > &Origin, const TVector< double > &Extent) | UE::Math::TBox< double > | inlinestatic |
| ComputeSquaredDistanceToBox(const TBox< double > &Box) const | UE::Math::TBox< double > | inline |
| ComputeSquaredDistanceToPoint(const TVector< double > &Point) const | UE::Math::TBox< double > | inline |
| ContainsNaN() const | UE::Math::TBox< double > | inline |
| DiagnosticCheck() const | UE::Math::TBox< double > | inline |
| ElementIndex | TBVTree< InElementType, InAllocator >::FElementBox | |
| Equals(const TBox< double > &Other, double Tolerance=UE_KINDA_SMALL_NUMBER) const | UE::Math::TBox< double > | inline |
| ExpandBy(double W) const | UE::Math::TBox< double > | inline |
| ExpandBy(const TVector< double > &V) const | UE::Math::TBox< double > | inline |
| ExpandBy(const TVector< double > &Neg, const TVector< double > &Pos) const | UE::Math::TBox< double > | inline |
| FElementBox() | TBVTree< InElementType, InAllocator >::FElementBox | inline |
| FElementBox(const FBox &Box) | TBVTree< InElementType, InAllocator >::FElementBox | inline |
| FReal typedef | UE::Math::TBox< double > | |
| GetCenter() const | UE::Math::TBox< double > | inline |
| GetCenterAndExtents(TVector< double > &Center, TVector< double > &Extents) const | UE::Math::TBox< double > | inline |
| GetClosestPointTo(const TVector< double > &Point) const | UE::Math::TBox< double > | inline |
| GetExtent() const | UE::Math::TBox< double > | inline |
| GetSize() const | UE::Math::TBox< double > | inline |
| GetVertices(TVector< double >(&Vertices)[8]) const | UE::Math::TBox< double > | |
| GetVolume() const | UE::Math::TBox< double > | inline |
| Init() | UE::Math::TBox< double > | inline |
| Intersect(const TBox< double > &Other) const | UE::Math::TBox< double > | inline |
| IntersectXY(const TBox< double > &Other) const | UE::Math::TBox< double > | inline |
| InverseTransformBy(const TTransform< double > &M) const | UE::Math::TBox< double > | |
| IsInside(const TVector< double > &In) const | UE::Math::TBox< double > | inline |
| IsInside(const TBox< double > &Other) const | UE::Math::TBox< double > | inline |
| IsInsideOrOn(const TVector< double > &In) const | UE::Math::TBox< double > | inline |
| IsInsideOrOn(const TBox< double > &Other) const | UE::Math::TBox< double > | inline |
| IsInsideOrOnXY(const TVector< double > &In) const | UE::Math::TBox< double > | inline |
| IsInsideXY(const TVector< double > &In) const | UE::Math::TBox< double > | inline |
| IsInsideXY(const TBox< double > &Other) const | UE::Math::TBox< double > | inline |
| IsValid | UE::Math::TBox< double > | |
| Max | UE::Math::TBox< double > | |
| Min | UE::Math::TBox< double > | |
| MoveTo(const TVector< double > &Destination) const | UE::Math::TBox< double > | inline |
| operator!=(const TBox< double > &Other) const | UE::Math::TBox< double > | inline |
| operator+(const TVector< double > &Other) const | UE::Math::TBox< double > | inline |
| operator+(const TBox< double > &Other) const | UE::Math::TBox< double > | inline |
| operator+=(const TVector< double > &Other) | UE::Math::TBox< double > | inline |
| operator+=(const TBox< double > &Other) | UE::Math::TBox< double > | inline |
| operator==(const TBox< double > &Other) const | UE::Math::TBox< double > | inline |
| operator[](int32 Index) | UE::Math::TBox< double > | inline |
| operator[](int32 Index) const | UE::Math::TBox< double > | inline |
| Overlap(const TBox< double > &Other) const | UE::Math::TBox< double > | |
| Serialize(FArchive &Ar) | UE::Math::TBox< double > | inline |
| Serialize(FStructuredArchive::FSlot Slot) | UE::Math::TBox< double > | inline |
| SerializeFromMismatchedTag(FName StructTag, FArchive &Ar) | UE::Math::TBox< double > | inline |
| ShiftBy(const TVector< double > &Offset) const | UE::Math::TBox< double > | inline |
| TBox() | UE::Math::TBox< double > | inline |
| TBox(ENoInit) | UE::Math::TBox< double > | inlineexplicit |
| TBox(EForceInit) | UE::Math::TBox< double > | inlineexplicit |
| TBox(EForceInit, TBoxConstInit) | UE::Math::TBox< double > | inline |
| TBox(const TVector< FArg > &InMin, const TVector< FArg > &InMax) | UE::Math::TBox< double > | inline |
| TBox(const TVector4< double > &InMin, const TVector4< double > &InMax) | UE::Math::TBox< double > | inline |
| TBox(const TVector< double > *Points, const int32 Count) | UE::Math::TBox< double > | inline |
| TBox(const TArray< TVector< double > > &Points) | UE::Math::TBox< double > | inlineexplicit |
| TBox(const TBox< FArg > &From) | UE::Math::TBox< double > | inlineexplicit |
| TBox(const TSphere< double > &Sphere) | UE::Math::TBox< double > | inlineexplicit |
| ToCompactString() const | UE::Math::TBox< double > | |
| ToString() const | UE::Math::TBox< double > | |
| TransformBy(const TMatrix< double > &M) const | UE::Math::TBox< double > | |
| TransformBy(const TTransform< double > &M) const | UE::Math::TBox< double > | |
| TransformProjectBy(const TMatrix< double > &ProjM) const | UE::Math::TBox< double > | |