CommonLibSSE NG
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  inline static constexpr auto VTABLE = VTABLE_hkpCdPointCollector;
12 
13  virtual ~hkpCdPointCollector(); // 00
14 
15  // add
16  virtual void AddCdPoint(const hkpCdPoint& a_point) = 0; // 01
17  virtual void Reset(); // 02 - { earlyOutDistance = 0x7F7FFFEE; }
18 
19  // members
20  float earlyOutDistance; // 08
21  std::uint32_t pad0C; // 0C
22  };
23  static_assert(sizeof(hkpCdPointCollector) == 0x10);
24 }
Definition: hkpCdPointCollector.h:8
static constexpr auto RTTI
Definition: hkpCdPointCollector.h:10
std::uint32_t pad0C
Definition: hkpCdPointCollector.h:21
float earlyOutDistance
Definition: hkpCdPointCollector.h:20
virtual void Reset()
virtual void AddCdPoint(const hkpCdPoint &a_point)=0
virtual ~hkpCdPointCollector()
static constexpr auto VTABLE
Definition: hkpCdPointCollector.h:11
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_hkpCdPointCollector(685506, 393291, 0x1ee7008)
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpCdPointCollector
Definition: Offsets_VTABLE.h:997
Definition: hkpCdPoint.h:9