CommonLibSSE (Parapets fork)
hkpLinearCastInput.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkVector4.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  // members
11  hkVector4 to; // 00
12  float maxExtraPenetration; // 10
13  float startPointTolerance; // 14
14  std::uint64_t pad18; // 18
15  };
16  static_assert(sizeof(hkpLinearCastInput) == 0x20);
17 }
Definition: hkVector4.h:8
Definition: AbsorbEffect.h:6
Definition: hkpLinearCastInput.h:8
float startPointTolerance
Definition: hkpLinearCastInput.h:13
hkVector4 to
Definition: hkpLinearCastInput.h:11
std::uint64_t pad18
Definition: hkpLinearCastInput.h:14
float maxExtraPenetration
Definition: hkpLinearCastInput.h:12