20template <
typename RealType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
static bool FindIntersection(const TRay< RealType > &Ray, const TAxisAlignedBox3< RealType > &Box, RealType &RayParamOut)
Definition IntrRay3AxisAlignedBox3.h:110
Definition IntrRay3OrientedBox3.h:22
static bool FindIntersection(const TRay< RealType > &Ray, const TOrientedBox3< RealType > &Box, RealType &RayParamOut)
Definition IntrRay3OrientedBox3.h:36
TIntrRay3OrientedBox3< double > FIntrRay3OrientedBox3d
Definition IntrRay3OrientedBox3.h:68
TIntrRay3OrientedBox3< float > FIntrRay3OrientedBox3f
Definition IntrRay3OrientedBox3.h:67
Definition AdvancedWidgetsModule.cpp:13
Definition BoxTypes.h:247
Definition OrientedBoxTypes.h:25
TVector< T > Origin
Definition Ray.h:24
TVector< T > Direction
Definition Ray.h:27