Ark Server API (ASA) - Wiki
|
This is the complete list of members for UE::Math::TBox< T >, including all inherited members.
BuildAABB(const TVector< T > &Origin, const TVector< T > &Extent) | UE::Math::TBox< T > | inlinestatic |
ComputeSquaredDistanceToBox(const TBox< T > &Box) const | UE::Math::TBox< T > | inline |
ComputeSquaredDistanceToPoint(const TVector< T > &Point) const | UE::Math::TBox< T > | inline |
Equals(const TBox< T > &Other, T Tolerance=UE_KINDA_SMALL_NUMBER) const | UE::Math::TBox< T > | inline |
ExpandBy(T W) const | UE::Math::TBox< T > | inline |
ExpandBy(const TVector< T > &V) const | UE::Math::TBox< T > | inline |
ExpandBy(const TVector< T > &Neg, const TVector< T > &Pos) const | UE::Math::TBox< T > | inline |
FReal typedef | UE::Math::TBox< T > | |
GetCenter() const | UE::Math::TBox< T > | inline |
GetCenterAndExtents(TVector< T > &Center, TVector< T > &Extents) const | UE::Math::TBox< T > | inline |
GetClosestPointTo(const TVector< T > &Point) const | UE::Math::TBox< T > | |
GetExtent() const | UE::Math::TBox< T > | inline |
GetExtrema(int PointIndex) | UE::Math::TBox< T > | inline |
GetExtrema(int PointIndex) const | UE::Math::TBox< T > | inline |
GetSize() const | UE::Math::TBox< T > | inline |
GetVertices(TVector< T >(&Vertices)[8]) const | UE::Math::TBox< T > | |
GetVolume() const | UE::Math::TBox< T > | inline |
Init() | UE::Math::TBox< T > | inline |
Intersect(const TBox< T > &Other) const | UE::Math::TBox< T > | |
IntersectXY(const TBox< T > &Other) const | UE::Math::TBox< T > | |
InverseTransformBy(const TTransform< T > &M) const | UE::Math::TBox< T > | |
IsInside(const TVector< T > &In) const | UE::Math::TBox< T > | inline |
IsInside(const TBox< T > &Other) const | UE::Math::TBox< T > | inline |
IsInsideOrOn(const TVector< T > &In) const | UE::Math::TBox< T > | inline |
IsInsideOrOnXY(const FVector &In) const | UE::Math::TBox< T > | inline |
IsInsideXY(const TVector< T > &In) const | UE::Math::TBox< T > | inline |
IsInsideXY(const TBox< T > &Other) const | UE::Math::TBox< T > | inline |
IsValid | UE::Math::TBox< T > | |
Max | UE::Math::TBox< T > | |
Min | UE::Math::TBox< T > | |
MoveTo(const TVector< T > &Destination) const | UE::Math::TBox< T > | inline |
operator!=(const TBox< T > &Other) const | UE::Math::TBox< T > | inline |
operator+(const TVector< T > &Other) const | UE::Math::TBox< T > | inline |
operator+(const TBox< T > &Other) const | UE::Math::TBox< T > | inline |
operator+=(const TVector< T > &Other) | UE::Math::TBox< T > | |
operator+=(const TBox< T > &Other) | UE::Math::TBox< T > | |
operator<< | UE::Math::TBox< T > | friend |
operator<< | UE::Math::TBox< T > | friend |
operator==(const TBox< T > &Other) const | UE::Math::TBox< T > | inline |
operator[](int32 Index) | UE::Math::TBox< T > | inline |
Overlap(const TBox< T > &Other) const | UE::Math::TBox< T > | |
Serialize(FArchive &Ar) | UE::Math::TBox< T > | inline |
Serialize(FStructuredArchive::FSlot Slot) | UE::Math::TBox< T > | inline |
SerializeFromMismatchedTag(FName StructTag, FArchive &Ar) | UE::Math::TBox< T > | inline |
ShiftBy(const TVector< T > &Offset) const | UE::Math::TBox< T > | inline |
TBox() | UE::Math::TBox< T > | inline |
TBox(EForceInit) | UE::Math::TBox< T > | inlineexplicit |
TBox(EForceInit, TBoxConstInit) | UE::Math::TBox< T > | inline |
TBox(const TVector< FArg > &InMin, const TVector< FArg > &InMax) | UE::Math::TBox< T > | inline |
TBox(const TVector4< T > &InMin, const TVector4< T > &InMax) | UE::Math::TBox< T > | inline |
TBox(const TVector< T > *Points, int32 Count) | UE::Math::TBox< T > | inline |
TBox(const TArray< TVector< T > > &Points) | UE::Math::TBox< T > | inline |
TBox(const TBox< FArg > &From) | UE::Math::TBox< T > | inlineexplicit |
ToString() const | UE::Math::TBox< T > | |
TransformBy(const TMatrix< T > &M) const | UE::Math::TBox< T > | |
TransformBy(const TTransform< T > &M) const | UE::Math::TBox< T > | |
TransformProjectBy(const TMatrix< T > &ProjM) const | UE::Math::TBox< T > |