#pragma once #include "RE/B/BSGFxFunctionBase.h" #include "RE/B/BSTArray.h" namespace RE { class UsesBSGFXFunctionHandler { public: static constexpr auto RTTI{ RTTI::UsesBSGFXFunctionHandler }; // members BSTArray> functions; // 00 }; static_assert(sizeof(UsesBSGFXFunctionHandler) == 0x18); }