6#include "Math/Vector.h"
9
10
11
12
30 TVector<T> Orientation;
41
42
43
44
45
46
47
48 TCapsuleShape(TVector<T> InCenter, T InRadius, TVector<T> InOrientation, T InLength)
51 , Orientation(InOrientation)
57 explicit TCapsuleShape(
const TCapsuleShape<FArg>& From) : TCapsuleShape<T>(TVector<T>(From.Center), (T)From.Radius, TVector<T>(From.Orientation), (T)From.Length) {}
65template<>
struct TIsUECoreVariant<FCapsuleShape3f> {
enum { Value =
true }; };
66template<>
struct TIsUECoreVariant<FCapsuleShape3d> {
enum { Value =
true }; };
#define UE_DECLARE_LWC_TYPE(...)
#define TEMPLATE_REQUIRES(...)