CommonLibSSE (powerof3)
hkpUnaryAction.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkpAction.h"
4 
5 namespace RE
6 {
7  class hkpEntity;
8 
9  class hkpUnaryAction : public hkpAction
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_hkpUnaryAction;
13  inline static constexpr auto VTABLE = VTABLE_hkpUnaryAction;
14 
15  virtual ~hkpUnaryAction() override; // 00
16 
17  // override (hkpAction)
18  void GetEntities(hkArray<hkpEntity*>& a_entitiesOut) override; // 04
19  void EntityRemovedCallback(hkpEntity* a_entity) override; // 06
20 
21  // members
22  hkpEntity* entity; // 30
23  };
24  static_assert(sizeof(hkpUnaryAction) == 0x38);
25 }
Definition: hkArray.h:190
Definition: hkpAction.h:8
Definition: hkpEntity.h:25
Definition: hkpUnaryAction.h:10
static constexpr auto VTABLE
Definition: hkpUnaryAction.h:13
static constexpr auto RTTI
Definition: hkpUnaryAction.h:12
virtual ~hkpUnaryAction() override
void EntityRemovedCallback(hkpEntity *a_entity) override
void GetEntities(hkArray< hkpEntity * > &a_entitiesOut) override
hkpEntity * entity
Definition: hkpUnaryAction.h:22
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkpUnaryAction(static_cast< std::uint64_t >(685468))
constexpr std::array< REL::ID, 1 > VTABLE_hkpUnaryAction
Definition: Offsets_VTABLE.h:14414