30 template<
typename FArg UE_REQUIRES(!std::is_same_v<T, FArg>)>
46 template<
typename FArg UE_REQUIRES(!std::is_same_v<T, FArg>)>
56 TPlane<T>((Width != 0.0f) ? (1.0f / Width) : 1.0f, 0.0f, 0.0f, 0.0f),
57 TPlane<T>(0.0f, (Height != 0.0f) ? (1.0f / Height) : 1.f, 0.0f, 0.0f),
67 TPlane<T>((Width != 0.0f) ? (1.0f / Width) : 1.0f, 0.0f, 0.0f, 0.0f),
68 TPlane<T>(0.0f, (Height != 0.0f) ? (1.0f / Height) : 1.f, 0.0f, 0.0f),
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_DECLARE_LWC_TYPE(...)
Definition LargeWorldCoordinates.h:27
Definition AdvancedWidgetsModule.cpp:13
Definition IsUECoreType.h:19
@ Value
Definition IsUECoreType.h:20
Definition OrthoMatrix.h:16
TOrthoMatrix(const TOrthoMatrix< FArg > &From)
Definition OrthoMatrix.h:31
TOrthoMatrix(T Width, T Height, T ZScale, T ZOffset)
Definition OrthoMatrix.h:54
Definition OrthoMatrix.h:40
TReversedZOrthoMatrix(const TReversedZOrthoMatrix< FArg > &From)
Definition OrthoMatrix.h:47
TReversedZOrthoMatrix(T Width, T Height, T ZScale, T ZOffset)
Definition OrthoMatrix.h:65