CommonLibSSE (Parapets fork)
hkpCdPointCollector.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  struct hkpCdPoint;
6 
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_hkpCdPointCollector;
11 
12  virtual ~hkpCdPointCollector(); // 00
13 
14  // add
15  virtual void AddCdPoint(const hkpCdPoint& a_point) = 0; // 01
16  virtual void Reset(); // 02 - { earlyOutDistance = 0x7F7FFFEE; }
17 
18  // members
19  float earlyOutDistance; // 08
20  std::uint32_t pad0C; // 0C
21  };
22  static_assert(sizeof(hkpCdPointCollector) == 0x10);
23 }
Definition: hkpCdPointCollector.h:8
static constexpr auto RTTI
Definition: hkpCdPointCollector.h:10
std::uint32_t pad0C
Definition: hkpCdPointCollector.h:20
float earlyOutDistance
Definition: hkpCdPointCollector.h:19
virtual void Reset()
virtual void AddCdPoint(const hkpCdPoint &a_point)=0
virtual ~hkpCdPointCollector()
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkpCdPointCollector
Definition: Offsets_RTTI.h:7545