CommonLibVR
BSPointerHandleSmartPointer.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSPointerHandle.h"
4 #include "RE/N/NiSmartPointer.h"
5 
6 namespace RE
7 {
8  template <class T>
9  class BSPointerHandleSmartPointer : public NiPointer<typename T::value_type>
10  {
11  public:
12  };
13 
14  class Actor;
16  static_assert(sizeof(ActorHandlePtr) == 0x8);
17 }
Definition: Actor.h:133
Definition: BSPointerHandleSmartPointer.h:10
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6